|
MacOSXSourceInstall
How to install pysnip from source on Mac OS X
Building from source on OS XNOTE: This guide was written for 10.6 (Snow Leopard), but other versions should be very similar.
Xcode is available for free, but requires a developer account. For 10.6, you'll need to get Xcode 3, but if you're running 10.7, you can get Xcode 4. NOTE: Xcode is a VERY large download, roughly 4GB. It will take a while to download.
sh setuptools-0.6c11-py2.7.egg NOTE: You'll need to type the .egg file name exactly. An easy way of doing this is to type "sh setuptools" and then press tab. Assuming there isn't more than one file in your current directory starting with "setuptools", it will fill in the rest of the file name for you.
easy_install twisted
easy_install zope.interface
easy_install cython
hg clone https://pysnip.googlecode.com/hg/ pysnip
cd pysnip
./build.sh NOTE: You may see several warnings/errors, this is normal.
NOTE: There will only be config.txt.default in the folder before you run it. You can either rename it to config.txt and edit it, or run it as is, and it will create the config.txt for you.
sh run_server.sh Done! If you have any problems, ask on #buildandshoot: http://webchat.quakenet.org/?channels=%23buildandshoot |