forked from ground/ground
155 B
155 B
Compiling External Libraries
On Linux:
g++ -shared -fPIC -o filename.so filename.cpp
On macOS:
g++ -shared -fPIC -o filename.dylib filename.cpp