-
Notifications
You must be signed in to change notification settings - Fork 763
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
make install? #201
Comments
For example,
Your
Then you can write the
|
@fionser Thanks for the answer! Would there be interest in having a |
patrick-schwarz
pushed a commit
to patrick-schwarz/HElib
that referenced
this issue
Dec 6, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been experimenting with HELib to write a few simple programs. For now, I've been placing my code in the
src
directory (say asProgram.cpp
) and compiling with themake Program_x
command. This is fine for now, but is a little kludgy especially as I'm getting confident about trying some more complicated programs.Is there an install command already available? If not, would there be interest in adding a
make install
command to the HELib makefile? I'm glad to make a pull request if so.The text was updated successfully, but these errors were encountered: