openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.98k stars 2.55k forks source link

Linux Mint 22 Install Issue #8130

Closed neilmendoza closed 6 days ago

neilmendoza commented 2 months ago

When I run install_dependencies on Linux Mint 22 (Wilma), I get the following...

E: Unable to locate package libgconf-2-4

Installing manually seems to have fixed the issue...

wget -q http://mirrors.kernel.org/ubuntu/pool/universe/g/gconf/libgconf-2-4_3.2.6-8ubuntu1_amd64.deb
wget -q http://mirrors.kernel.org/ubuntu/pool/universe/g/gconf/gconf2-common_3.2.6-8ubuntu1_all.deb
sudo apt update 
sudo apt install ./gconf2-common_3.2.6-8ubuntu1_all.deb ./libgconf-2-4_3.2.6-8ubuntu1_amd64.deb
ofTheo commented 1 month ago

yeah I think there are a few small libs like this which are needed for Mint 22 and corresponding Ubuntu. libgtk-3-dev is another I think ( for the open / save dialogs ).

chilina commented 6 days ago

Hey I successfully installed it Mint 22 and the latest nightly today. Worked great! Maybe this can be closed?

ofTheo commented 6 days ago

Amazing - thanks @chilina I added a few of the libs we were missing from our Mint 22 - so glad to hear that fixed it.