Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/build.sh
blob: 6b7678b3017b2f3f3e3b90c84e539d486207dcaa (plain)
1
2
3
4
5
swig -c++ -python colorsc.i
python setup.py build_ext --inplace
mv _colorsc.so ../
mv colorsc.py ../