Build from sources

CodeLite installation/troubleshooting forum
borisfa
CodeLite Enthusiast
Posts: 17
Joined: Sun Jul 15, 2018 10:30 pm
Genuine User: Yes
IDE Question: C++
Contact:

Build from sources

Post 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 ?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build from sources

Post 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
Make sure you have read the HOW TO POST thread
borisfa
CodeLite Enthusiast
Posts: 17
Joined: Sun Jul 15, 2018 10:30 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build from sources

Post by borisfa »

this is not same to github https://github.com/eranif/codelite,
How could you expected which one is correct ?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build from sources

Post by eranif »

It was a typo in the README.md, I will push a fix soon
Make sure you have read the HOW TO POST thread
Post Reply