Skip to content
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

How to install this library to project in ubuntu? #55

Open
hobbydev71 opened this issue Dec 22, 2021 · 6 comments
Open

How to install this library to project in ubuntu? #55

hobbydev71 opened this issue Dec 22, 2021 · 6 comments

Comments

@hobbydev71
Copy link

I'm working on open source project.
there is a statement #include <libscrypt.h>.
If this repository supports libscrypt, please let me know the solution.

@Kixunil
Copy link

Kixunil commented Dec 22, 2021

Try apt install libscrypt-dev

@hobbydev71
Copy link
Author

I tried that, but still getting error.
/usr/bin/ld: cannot find -llibscrypt::scrypt

Could you check that also?
Thanks.

@Kixunil
Copy link

Kixunil commented Dec 23, 2021

No clue then, I don't use this library for a long time. Just random guess maybe you forgot to add -lscrypt argument.

@hobbydev71
Copy link
Author

Sorry, could you tell me in details?
How can I update the cmakelist to compile this on project?

@technion
Copy link
Owner

I can't really comment on any package Ubuntu has delivered, and I can't offer much regarding an unnamed project's cmakelist.

In general I recommend pulling this repo as a subrepo of your own project, then you can link against it and avoid assumptions about end user distributions and their packages.

@Kixunil
Copy link

Kixunil commented Dec 24, 2021

@hobbydev71 I don't know anything about cmakelists unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants