I get an error from CMAKE that says
Code: Select all
Could not locate GTK2
Code: Select all
sudo apt-get install libgtk2.0-dev
I've never used cmake before and I don't understand what a "package" is so I'm struggling to debug. How would I [manually] locate this package on my filesystem and how do I get cmake to find it? I have tried the bit in the instructions where it says to add "PATH=/path/to/my/other/wx/build:$PATH" to the cmake command but same results.
P.S. I also have a few other oddities spit out to me from cmake like
Code: Select all
LIBSSH_LIB is set to LIBSSH_LIB-NOTFOUND
Code: Select all
sudo apt-get install libssh-dev
My CodeLite Version: I don't have CodeLite yet. I downloaded the code this week from github per the installation istructions using the commandCould NOT find Freetype (missing: FREETYPE_LIBRARY)
Code: Select all
git clone https://github.com/eranif/codelite.git
My OS: Ubuntu Trusty 14.04.2 TLS
Compiler version: cmake v2.8.12.2
I cannot copy my entire build output today because I am not allowed to have the linux device on the network where I am currently.