Get pybind11 dep. from pybind11
git clone https://github.com/pybind/pybind11.gitmkdir build
To give perms to run test.py from build directory
chmod +x main.py
To run
cd buildcmake .. && make && python ../main.py
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Get pybind11 dep. from pybind11
git clone https://github.com/pybind/pybind11.gitmkdir buildTo give perms to run test.py from build directory
chmod +x main.py
To run
cd buildcmake .. && make && python ../main.py