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

make install failing #51

Closed
davidAlittle opened this issue Oct 15, 2017 · 1 comment
Closed

make install failing #51

davidAlittle opened this issue Oct 15, 2017 · 1 comment

Comments

@davidAlittle
Copy link

davidAlittle commented Oct 15, 2017

Following readme:
:~/ADS$ make install
make: *** No rule to make target 'install'. Stop.

Fresh Ubuntu 17.04 install.

/edit/ I see the note on the most recent change to Makefile says "remove install, use lib directly". Can you please update the readme to reflect the new steps? Not sure what needs to go where to use directly.

@pbruenn
Copy link
Member

pbruenn commented Oct 16, 2017

Yes, you are right. The 'make install' step is gone, now.
It was used to copy the build library to the example application sub directory. That was changed in favor to add the correct include and library path in the example. See the example/Makefile for details.
README got updated by 7df1d60

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