Difference between revisions of "PyTwisted"
From CBLFS
Jump to navigationJump to search (→Dependencies) |
|||
Line 8: | Line 8: | ||
== Dependencies == | == Dependencies == | ||
+ | |||
+ | Twisted core | ||
=== Required === | === Required === |
Revision as of 14:06, 29 October 2006
Download Source: | http://tmrc.mit.edu/mirror/twisted/Twisted/2.4/Twisted-2.4.0.tar.bz2 |
---|
Dependencies
Twisted core
Required
Non-Multilib
Compile and install Zope:
cd ZopeInterface-3.1.0c1 && python setup.py install && cd ..
Compile Twisted:
python setup.py build
Install Twisted:
python setup.py install
Multilib
32Bit
Compile and install Zope:
cd ZopeInterface-3.1.0c1 && USE_ARCH=32 python setup.py install && cd ..
Compile and install Twisted:
USE_ARCH=32 python setup.py install
N32
Compile and install Zope:
cd ZopeInterface-3.1.0c1 && USE_ARCH=n32 python setup.py install && cd ..
Compile and install Twisted:
USE_ARCH=n32 python setup.py install
64Bit
Compile and install Zope:
cd ZopeInterface-3.1.0c1 && USE_ARCH=64 python setup.py install && cd ..
Compile and install Twisted:
USE_ARCH=64 python setup.py install