Author: ArcRiley Date: 2009-01-22 19:59:18 -0500 (Thu, 22 Jan 2009) New Revision: 1502
Modified: trunk/pyexample/README Log: added gentoo and ubuntu sections Modified: trunk/pyexample/README =================================================================== --- trunk/pyexample/README 2009-01-23 00:45:30 UTC (rev 1501) +++ trunk/pyexample/README 2009-01-23 00:59:18 UTC (rev 1502) @@ -1,7 +1,24 @@ This is python extension example +Gentoo Building +=============== +You'll need to install an overlay to install Python 3.0 on Gentoo. See +the Gentoo wiki for instructions on adding an overlay. You may need to +unmask >python-2.5 to allow this to build. + +svn co http://overlays.gentoo.org/svn/proj/python/overlays/experimental +emerge -av >=dev-lang/python-3.0 + + +Ubuntu Building +=============== +These two packages will grab everything you need: + +sudo apt-get install build-essential python3-dev + + Windows Building -============================================================================== +================ First install mingw from mingw.org, or a package that includes mingw like Dev-Cpp (http://www.bloodshed.net/devcpp.html). Next update your runtime files @@ -13,4 +30,4 @@ python setup.py build --compiler=mingw32 install -It should compile and install the extension. Make sure python is in your path. \ No newline at end of file +It should compile and install the extension. Make sure python is in your path. _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn