Created
November 18, 2019 12:23
-
-
Save sailfish009/246eaf10cdcccc5aa0f7ac09c026c2ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ CC=gcc-8 CXX=g++-8 python ./setup.py install | |
------------------------------------------------------------------------- | |
| | | |
| It is no longer necessary to use the 'build' or 'rebuild' targets | | |
| | | |
| To install: | | |
| $ python setup.py install | | |
| To develop locally: | | |
| $ python setup.py develop | | |
| To force cmake to re-generate native build files (off by default): | | |
| $ python setup.py develop --cmake | | |
| | | |
------------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment