Compiling codelite on RHEL 7.2
Posted: Fri Aug 12, 2016 2:00 pm
Hello,
I am trying to compile codelite under Red Hat Entreprise Linux 7.2. RH is not supporting codelite.
I download sources from code from Git and I have this error message :
$ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
-- SQLITE3_INCLUDE_DIR: /usr/include
-- SQLITE3_LIBRARY: /usr/lib64/libsqlite3.so
-- BUILD_DIRECTORY is set to /home/eboudrand/dev/codelite/build-release
-- OS name Linux
-- wx-config used is: /usr/local/bin/wx-config
-- wxWidgets version is: 3.0.2
-- gtk version is: 2
**** NOTICE: Install libssh-dev and try again
CMake Error at CMakeLists.txt:201 (message):
-- Could not find libssh
-- Configuring incomplete, errors occurred!
Red Hat is using libssl2 and openssl-dev. Which library is required for compiling ?
Regards
I am trying to compile codelite under Red Hat Entreprise Linux 7.2. RH is not supporting codelite.
I download sources from code from Git and I have this error message :
$ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
-- SQLITE3_INCLUDE_DIR: /usr/include
-- SQLITE3_LIBRARY: /usr/lib64/libsqlite3.so
-- BUILD_DIRECTORY is set to /home/eboudrand/dev/codelite/build-release
-- OS name Linux
-- wx-config used is: /usr/local/bin/wx-config
-- wxWidgets version is: 3.0.2
-- gtk version is: 2
**** NOTICE: Install libssh-dev and try again
CMake Error at CMakeLists.txt:201 (message):
-- Could not find libssh
-- Configuring incomplete, errors occurred!
Red Hat is using libssl2 and openssl-dev. Which library is required for compiling ?
Regards