-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |