8000 How to install this library in ubuntu · Issue #7 · pfultz2/Linq · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

How to install this library in ubuntu #7

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

Open
jaychanda opened this issue Apr 25, 2019 · 1 comment
Open
8000

How to install this library in ubuntu #7

jaychanda opened this issue Apr 25, 2019 · 1 comment

Comments

@jaychanda
Copy link

I want to use this library in ubuntu but how can i install this cmake based library ?

@amosialek
Copy link
amosialek commented Dec 22, 2019
git clone https://github.com/pfultz2/Linq
cd Linq
cmake .
sudo make install

(sudo is needed to copy lib to your include directory)
and then add to your CMakeLists

find_package(Linq)
target_link_libraries(yourLib linq::linq)

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

2 participants
0