Skip to content

Update building_user_applications.rst #521

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sphinx_rsts/intro/building_user_applications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ If OpenFHE is installed in a different location than the default one or you have

8. Run "make" to build the executable.

To include a specific module, e.g., core or pke, in your C++ demo, use the main header file for that module, e.g., ``openfhecore.h`` or ``openfhe.h``. Please see the demos provided for that module for more examples. If your application uses serialization, additional header files will be needed (see the demos with serialization for more details).
To include a specific module, e.g., core or pke, in your C++ demo, use the main header file for that module, e.g., ``openfhecore.h`` or ``openfhe.h``. Please see the demos provided for that module for more examples. If your application uses serialization, additional header files will be needed (see the demos with serialization for more details). If you want to run your application in a terminal, you may also want to specify the environment variable, e.g., ``export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib``, supposing your OpenFHE libs are installed on ``/usr/local/lib``.