-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
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
Compiling fluid inference library #7231
Comments
I think we don't need. It should be always built.
It's OK. Please note that the static library should not contain any binary code of third-party libraries. |
TODO List
|
I have a question: do we have to install header files and libraries into a special directory structure? What would be the problem for our users to include/link to them if we leave them where they were (in the source directory and the build directory)? |
For compiling fluid inference static and shared library, there are two questions:
WITH_C_API
?The text was updated successfully, but these errors were encountered: