SyntaxFix
Write A Post
Hire A Developer
Questions
I use python setup.py build_ext -R/usr/local/lib -I/usr/local/include/libcalg-1.0 and the compiled .so file is under the build folder. you can type python setup.py --help build_ext to see the explanations of -R and -I
python setup.py build_ext -R/usr/local/lib -I/usr/local/include/libcalg-1.0
python setup.py --help build_ext