liteide icon indicating copy to clipboard operation
liteide copied to clipboard

x38.4 release no linux,windows pre-built binary anymore ?

Open yurenchen000 opened this issue 5 months ago • 4 comments

https://github.com/visualfc/liteide/releases/tag/x38.4

yurenchen000 avatar Sep 09 '25 11:09 yurenchen000

Maybe it's time for us to compile it ourselves.

fithisux avatar Nov 13 '25 10:11 fithisux

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 avatar Nov 13 '25 16:11 yurenchen000

@yurenchen000 what versions of qt/gcc are you using?

fithisux avatar Nov 14 '25 11:11 fithisux

@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

yurenchen000 avatar Nov 14 '25 13:11 yurenchen000