liteide
liteide copied to clipboard
x38.4 release no linux,windows pre-built binary anymore ?
https://github.com/visualfc/liteide/releases/tag/x38.4
Maybe it's time for us to compile it ourselves.
Maybe it's time for us to compile it ourselves.
yes, i built it from source, It went smoothly. (ubuntu22 lts)
and i try to add this feature light/dark theme mode: https://github.com/visualfc/liteide/issues/1333
@yurenchen000 what versions of qt/gcc are you using?
@fithisux
i just build in this steps
## gcc
apt list gcc --installed
gcc/jammy,now 4:11.2.0-1ubuntu1 amd64 [installed]
## depends qt5
sudo apt install qt5-default
sudo apt install qt5-qmake
sudo apt install qtbase5-dev
## build on ubuntu22, qt5
cd build/
./build_linux_qt5.sh
$ gcc -v
Target: x86_64-linux-gnu
gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
$ qmake -v
QMake version 3.1
Using Qt version 5.15.3 in /usr/lib/x86_64-linux-gnu