Page 1 of 1

Build from sources

Posted: Wed Apr 29, 2020 4:14 pm
by borisfa
I am looking here https://github.com/eranif/codelite My OS is Linux Ubuntu 18.04
sudo apt-get install libgtk-3.0-dev pkg-config build-essential git cmake libssh-dev libwxgtk3.0-gtk3-dev libsqlite3-dev
fail
  • E: Unable to locate package libgtk-3.0-dev
    E: Couldn't find any package by glob 'libgtk-3.0-dev'
    E: Couldn't find any package by regex 'libgtk-3.0-dev'
I spend a few hours on the web searching solution however no result .
What is wrong here ?

Re: Build from sources

Posted: Wed Apr 29, 2020 4:20 pm
by eranif
From our wiki pages:

Code: Select all

sudo apt-get install    libgtk-3-dev \
                        pkg-config \
			build-essential \
                        git \
                        cmake \
                        libsqlite3-dev \
                        libssh-dev \
                        libedit-dev \
                        libhunspell-dev \
                        clang-format-8 \
                        xterm
Notice the names differences.
https://wiki.codelite.org/pmwiki.php/Developers/Linux

Re: Build from sources

Posted: Wed Apr 29, 2020 9:34 pm
by borisfa
this is not same to github https://github.com/eranif/codelite,
How could you expected which one is correct ?

Re: Build from sources

Posted: Wed Apr 29, 2020 9:45 pm
by eranif
It was a typo in the README.md, I will push a fix soon