Skip to content

Instantly share code, notes, and snippets.

@PeterMitrano
Last active October 8, 2020 16:55
Show Gist options
  • Save PeterMitrano/09a0e9115cdbf9fcc733d7f02e3471bb to your computer and use it in GitHub Desktop.
Save PeterMitrano/09a0e9115cdbf9fcc733d7f02e3471bb to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
pip install pyplusplus pygccxml
sudo apt install castxml
cmake -D CMAKE_BUILD_TYPE=Release -D OMPL_BUILD_PYBINDINGS:BOOL=ON -D OMPL_BUILD_PYTESTS:BOOL=OFF -D OMPL_BUILD_TESTS:BOOL=OFF -D OMPL_BUILD_DEMOS:BOOL=OFF -DOMPL_REGISTRATION=OFF
make -j `nproc` update_bindings
make -j `nproc`
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment