Skip to content

Commit 720f031

Browse files
authored
Create buid with debain
1 parent c924167 commit 720f031

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

buid with debain

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
autobuilding tests
2+
sudo apt install build-essential libpng-dev zlib1g-dev libbz2-dev python3-pip python3-requirements
3+
4+
make -C upstream unarchive BASE_OS=ubuntu20
5+
6+
*for 4.8 atleast do * make -C upstream patches
7+
8+
make -C upstream build BASE_OS=ubuntu20
9+
10+
daemon
11+
12+
sudo make -C src -f makefile.unix STATIC=1
13+
14+
sudo apt-get install qttools5-dev-tools qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
15+
16+
qmake "CONFIG += static" "CONFIG += release"
17+
make

0 commit comments

Comments
 (0)