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

Question: Install help #15

Closed
wickedwzrd opened this issue Jul 9, 2015 · 10 comments
Closed

Question: Install help #15

wickedwzrd opened this issue Jul 9, 2015 · 10 comments
Labels

Comments

@wickedwzrd
Copy link

I know it's sad but I can't figure out how to get your program running. I cloned the git and tried to find all the necessary dependencies but I couldn't install some of them. I installed gtkmm, glibmm and libconfig but I couldn't find libcurl and pugixml. I did install libcurlpp0 and libpugixml1 but I'm not sure if those are the right ones. I've tried to run the bootstrap file but it says autoreconf: not found. I still am fairly new to linux but if you could help me out with how to get your program running, I would great appreciate it.

@ahodesuka
Copy link
Owner

autoreconf is part of autotools.
Since you didn't state your distro I'll just assume you're using Debian/Ubuntu.
Try installing automake and autoconf, and you'll also need a C++ compiler for this install build-essential.

@wickedwzrd
Copy link
Author

Thanks I'll try this right away and get back to you. Also I'm trying to get it running on my mac first and foremost but if I cant get it to work on it, I am also trying to install it in Kubuntu.

@wickedwzrd
Copy link
Author

I've installed everything you said to. Would I run bootstrap again with arguments or is there something else I need to do now?

@ahodesuka
Copy link
Owner

Do the following

./bootstrap
make
sudo make install

@wickedwzrd
Copy link
Author

I ran into this error when I ran ./bootstrap:
./configure: line 4043: syntax error near unexpected token ,' ./configure: line 4043:LIBCURL_CHECK_CONFIG(, 7.16.0,, AC_MSG_ERROR([libcurl >= 7.16.0 not found])

@ahodesuka
Copy link
Owner

Install libcurl4-openssl-dev instead of libcurlpp0, libcurlpp0 is not needed.

@wickedwzrd
Copy link
Author

Thanks for that. Now I got to the point of pugixml.hpp not found. I have it downloaded and I built the project but I don't know where to put the folder so that the bootstrap will find it. Also sorry for the trouble

@ahodesuka
Copy link
Owner

Install libpugixml-dev

@wickedwzrd
Copy link
Author

Ok I got that and did make and sudo make install. Now how do I run it. I went into src then clicked on ahoviewer to start it but how to I get it to run from command line.

@ahodesuka
Copy link
Owner

The installed executable should be in /usr/local/bin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants