forked from ground/ground
Organisation, documentation, mathlib
This commit is contained in:
9
extlibs/compiling.md
Normal file
9
extlibs/compiling.md
Normal file
@@ -0,0 +1,9 @@
|
||||
## Compiling External Libraries
|
||||
|
||||
On Linux:
|
||||
|
||||
`g++ -shared -fPIC -o filename.so filename.cpp`
|
||||
|
||||
On macOS:
|
||||
|
||||
`g++ -shared -fPIC -o filename.dylib filename.cpp`
|
Reference in New Issue
Block a user