readme.md 251 Bytes
Newer Older
Zhang Xin's avatar
Zhang Xin committed
1
2
3
4
5
6
7
8
9
compile StrayLight.cpp and generate .so file:

Linux:
g++ -fPIC -shared StrayLight.cpp ephcom_wrapper.cpp ephcom.c gnulliver.c -o libstraylight.so

Mac:
g++ -fPIC -shared StrayLight.cpp ephcom_wrapper.cpp ephcom.c gnulliver.c -o libstraylight.dylib