Initiation au C++ et au binding python Compilation and testing 1) C++ Read the README file in the cpp folder 2) Python binding Read the README file in the py folder 3) Other useful info Packaging with CMake To look at the dependencies Go the bin directory Macos otool -L pyalgo.so # or app Linux ldd pyalgo.so # or app Win dumpbin /dependents pyalgo.dll # or app.exe