Skip to content

Commit

Permalink
Create buid with debain
Browse files Browse the repository at this point in the history
  • Loading branch information
vashshawn authored Sep 2, 2024
1 parent c924167 commit 720f031
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions buid with debain
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
autobuilding tests
sudo apt install build-essential libpng-dev zlib1g-dev libbz2-dev python3-pip python3-requirements

make -C upstream unarchive BASE_OS=ubuntu20

*for 4.8 atleast do * make -C upstream patches

make -C upstream build BASE_OS=ubuntu20

daemon

sudo make -C src -f makefile.unix STATIC=1

sudo apt-get install qttools5-dev-tools qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools

qmake "CONFIG += static" "CONFIG += release"
make

0 comments on commit 720f031

Please sign in to comment.