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

Installation issues #19

Closed
umpirsky opened this issue Apr 10, 2017 · 2 comments
Closed

Installation issues #19

umpirsky opened this issue Apr 10, 2017 · 2 comments

Comments

@umpirsky
Copy link

Tried to install it on Ubuntu 16.04 with sudo apt-get install git cmake valac libgtk-3-dev. It went well.

Then tried to find libplotinus.so with locate libplotinus.so, but nothing found.

Any idea why is it missing?

@ghost
Copy link

ghost commented Apr 14, 2017

Did you build and install it? libplotinus is not installed by the command sudo apt-get install git cmake valac libgtk-3-dev. You need to:

git clone https://github.com/p-e-w/plotinus.git
cd plotinus
mkdir build
cd build
cmake ..
make

sudo apt-get install git cmake valac libgtk-3-dev only installs the prerequisites for building the package.

@umpirsky
Copy link
Author

Oh, ok, I missed that. Works now. Thanks!

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