Skip to content

Instantly share code, notes, and snippets.

@sailfish009
Created November 18, 2019 12:23
Show Gist options
  • Save sailfish009/246eaf10cdcccc5aa0f7ac09c026c2ab to your computer and use it in GitHub Desktop.
Save sailfish009/246eaf10cdcccc5aa0f7ac09c026c2ab to your computer and use it in GitHub Desktop.
$ 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