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

add install target to Makefile #41

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

bl4ck5un
Copy link

To make it easier to incorporate libsvm as a library in C/C++ projects, I just added a install target to the Makefile. Then, to invoke libsvm API's, just add -L /usr/local/lib -lsvm to project Makefile and it's good to go.

@cjlin1
Copy link
Owner

cjlin1 commented Jul 30, 2015

This has been an issued discussed before. At this moment we don't plan
to do that. Sorry
Chih-Jen

fz84 writes:

To make it easier to incorporate libsvm as a library in C/C++ projects, I just
added a install target to the Makefile. Then, to invoke libsvm API's, just add
-L /usr/local/lib -lsvm to project Makefile and it's good to go.


You can view, comment on, or merge this pull request online at:

#41

Commit Summary

  • add install target to Makefile

File Changes

  • M Makefile (12)

Patch Links:


Reply to this email directly or view it on GitHub.*

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

Successfully merging this pull request may close these issues.

None yet

2 participants