Open Argonghost opened 6 months ago
Hi, Just run make command inside project dir, shared library will be build inside _release folder. What is the problem?
@alexey-klimov
Hi!
Built successfully, how do i link?
gcc xxxx.c -o xxxx -ldspl
doesnt work
Try
gcc xxxx.c dspl.c -o xxxx -ldspl -Lpath-to-library -Ipath-to-library-header -DLINUX_OS -lm -ldl
Hi,
How do i build for linux?