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

doc is out of date #18

Open
sun-mf opened this issue Aug 20, 2019 · 1 comment
Open

doc is out of date #18

sun-mf opened this issue Aug 20, 2019 · 1 comment

Comments

@sun-mf
Copy link

sun-mf commented Aug 20, 2019

master dont have configure, as a rookie, i dont know how to build 😭

@meyerj
Copy link
Member

meyerj commented Aug 20, 2019

This is a fork of upstream log4cpp on http://log4cpp.sourceforge.net/ used for the Orocos project. Do you use it as a dependency of other orocos-toolchain packages? If not, I would recommend to simply use the upstream version instead: https://sourceforge.net/p/log4cpp/codegit/ci/master/tree/

Nevertheless, this fork can only be built using CMake. If you have cmake installed, you can build the package like most other CMake packages:

mkdir build && cd build
cmake ..
make
sudo make install

But you are right: The documentation of the original version has not been updated in this fork and is still pointing to Autoconf/Automake, like upstream.

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