From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <22e9d6110907210750p6f6910ey53ab3ac3a6577347@mail.gmail.com> References: <7d3530220907201439k166c4793k22bdbc7fd4fbd443@mail.gmail.com> <1248126212.18344.10155.camel@work.SFBay.Sun.COM> <7d3530220907201447q65a26a42u1debc40f044cd9a2@mail.gmail.com> <22e9d6110907210750p6f6910ey53ab3ac3a6577347@mail.gmail.com> Date: Tue, 21 Jul 2009 10:56:33 -0400 Message-ID: <22e9d6110907210756p7cd07708he32c3417379cf98a@mail.gmail.com> From: james toy To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] git on plan9 Topicbox-Message-UUID: 297c3cc2-ead5-11e9-9d60-3106f5b1d025 I forgot one thing that is not blatantly apparent.. in python-2.5.1-ape you must modify ALL mkfiles and add -D_SUSV2_SOURCE because of things like... #ifndef _SUSV2_SOURCE #error "inttypes.h is SUSV2" #endif that > 1) install ape-chmod-dirbit and recompile and reinstall that portion of APE > 2) checkout the python-2.5.1-ape README file for instructions on how > to get dependencies and get them > 3) the readme will also tell you how to install the rest of python... > 4) after python is installed you can use the hg-1.3-p9.tgz mkfile to install hg > 5) if you want git functionality and not just hg, make an .hgrc in > your $home with _at_least_ the following in it