Hi,
My Linux machine crashed and I had to redo the install of GNOME3.
Now tonight I downloaded the source code for CodeLite - latest stable version and tried to build it by following the instructions found here.
igor@IgorReinCloud ~/codelite-12.0/build-debug $ cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DWITH_MYSQL=1 -DPREFIX=/home/igor/codelite/
CMake Error: The source directory "/home/igor/codelite-12.0/build-debug" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
Any idea on how to work around?
Also, it looks like the pinned thread in this forum has a broken URL for the WiKi.
Thank you.
Last edited by ONEEYEMAN on Fri Jan 04, 2019 8:38 pm, edited 1 time in total.
It is just missing the documentation.
Working with the DB explorer plugin is pretty straightforward:
Open a connection to the database and you will have the DB / schema layout in the DbExplorer tab.
Double click a table and it will open a SQL panel where you can type any SQL command and execute them
Hi, guys,
I just tried to do the build.
That's what II received:
igor@IgorReinCloud ~/codelite-12.0/build-debug $ PATH=/home/igor/wxWidgets/buildGTK:$PATH cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DWITH_MYSQL=1 -DPREFIX=/home/igor/codelite/ ..
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
**** Setting -DPREFIX is deprecated. Please use -DCL_PREFIX in future
-- SQLITE3_INCLUDE_DIR: /usr/include
-- SQLITE3_LIBRARY: /usr/lib/libsqlite3.so
-- BUILD_DIRECTORY is set to /home/igor/codelite-12.0/build-debug
-- OS name Linux
-- wx-config used is: /home/igor/wxWidgets/buildGTK/wx-config
-- wxWidgets version is: 3.1.1
-- gtk version is: 3
**** NOTICE: Install libssh-dev and try again
CMake Error at CMakeLists.txt:220 (message):
-- Could not find libssh
-- Configuring incomplete, errors occurred!
See also "/home/igor/codelite-12.0/build-debug/CMakeFiles/CMakeOutput.log".
See also "/home/igor/codelite-12.0/build-debug/CMakeFiles/CMakeError.log".
1. Why does it needs libssh? Can I turn it off?
2. If not - what package is required: libssh or libssh2? Or just one of them?