Skip to content

How to Build flamerobin on ubuntu or debian

Popa Marius Adrian edited this page Nov 1, 2023 · 7 revisions

get the flamerobin dependencies

sudo apt-get build-dep flamerobin

recent versions needs wxwidgets 3.2.x (bellow example with ubuntu jammy) https://docs.codelite.org/wxWidgets/repo32/

sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc

sudo apt-add-repository 'deb http://repos.codelite.org/wx3.2/ubuntu/ jammy universe'

sudo apt-get update

sudo apt-get install build-essential git cmake firebird-dev libnotify-dev libwxgtk3.2unofficial-dev -y

clone repository

git clone https://github.com/mariuz/flamerobin.git

cd flamerobin

mkdir build cd build cmake .. sudo make install

start it with

/usr/local/bin/flamerobin &

connect or create a new database in /var/lib/firebird/3.0/data/

Clone this wiki locally