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

libyaml link broken #5

Open
RorschachRev opened this issue Mar 25, 2017 · 1 comment
Open

libyaml link broken #5

RorschachRev opened this issue Mar 25, 2017 · 1 comment

Comments

@RorschachRev
Copy link

Please update the yaml build link to:
https://github.com/jbeder/yaml-cpp
since it is no longer hosted on google code. The only version available there is 0.5.3 or an older 0.3.x fork by link.

Alternatively, I would prefer to use my libyaml-dev package provided by ubuntu.

@RorschachRev
Copy link
Author

After doing things in the wrong order, I ended up manually editing my CMakeCache.txt
//Path to a file.
YAMLCPP_INCLUDE_DIR:PATH=dependencies
//Name of YAML library
YAMLCPP_LIBNAME:STRING=yaml-cpp
//Path to a library.
YAMLCPP_LIBRARY_DEBUG:FILEPATH=YAMLCPP_LIBRARY_DEBUG-NOTFOUND
//Path to a library.
YAMLCPP_LIBRARY_RELEASE:FILEPATH=/usr/lib/libyaml-0.5.3-cpp.a

The libyaml-0.5.3-cpp.a was manually named and moved to not conflict with the distribution provided libraries used by other software.

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

1 participant