We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
How do i build for linux?
The text was updated successfully, but these errors were encountered:
Hi, Just run make command inside project dir, shared library will be build inside _release folder. What is the problem?
Sorry, something went wrong.
@alexey-klimov
Hi! Built successfully, how do i link? gcc xxxx.c -o xxxx -ldspl doesnt work
gcc xxxx.c -o xxxx -ldspl
Try gcc xxxx.c dspl.c -o xxxx -ldspl -Lpath-to-library -Ipath-to-library-header -DLINUX_OS -lm -ldl
gcc xxxx.c dspl.c -o xxxx -ldspl -Lpath-to-library -Ipath-to-library-header -DLINUX_OS -lm -ldl
No branches or pull requests
Hi,
How do i build for linux?
The text was updated successfully, but these errors were encountered: