We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tried to install it on Ubuntu 16.04 with sudo apt-get install git cmake valac libgtk-3-dev. It went well.
sudo apt-get install git cmake valac libgtk-3-dev
Then tried to find libplotinus.so with locate libplotinus.so, but nothing found.
libplotinus.so
locate libplotinus.so
Any idea why is it missing?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Oh, ok, I missed that. Works now. Thanks!
No branches or pull requests
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
withlocate libplotinus.so
, but nothing found.Any idea why is it missing?
The text was updated successfully, but these errors were encountered: