Hi
I'm a newbie in building big projects not from Debian sources, and I want to note some aspects for other beginners after I recently built 0.5.15-RC3 on linux from repo:
1) Download trunk sources
$ bzr clone lp:simulide
2) make
$ cd simulide/build_XX/
$ qmake
$ make all
I had to install (on Debian) this packages:
- Qt5 modules: qtmultimedia5-dev, qtscript5-dev, libqt5svg5-dev (availability was fast checked by qmake, some other Qt5 dev tools was already installed)
- libelf-dev (src/simavr/sim/read_elf.c:27:10) with qttools5-dev-tools (Makefile:1781: runLrelease) - this builddeps was found durning make
UPD 10 Jan 2002: + libqt5serialport5-dev
I'm a newbie in building big projects not from Debian sources, and I want to note some aspects for other beginners after I recently built 0.5.15-RC3 on linux from repo:
1) Download trunk sources
$ bzr clone lp:simulide
2) make
$ cd simulide/build_XX/
$ qmake
$ make all
I had to install (on Debian) this packages:
- Qt5 modules: qtmultimedia5-dev, qtscript5-dev, libqt5svg5-dev (availability was fast checked by qmake, some other Qt5 dev tools was already installed)
- libelf-dev (src/simavr/sim/read_elf.c:27:10) with qttools5-dev-tools (Makefile:1781: runLrelease) - this builddeps was found durning make
UPD 10 Jan 2002: + libqt5serialport5-dev
Last edited by dvarkin on Mon Jan 10, 2022 7:09 pm; edited 1 time in total