Skip to content

Commit

Permalink
Adding 22.04 bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Mar 2, 2024
1 parent 20365ac commit 384c4fe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,15 @@ endif
#


.PHONY: devenv-ubuntu
devenv-ubuntu:
sudo apt-get install build-essential zlib1g-dev libhunspell-dev libcurl4-gnutls-dev libqt5webkit5-dev qttools5-dev-tools qt5-default ccache cmake


devenv-ubuntu-2204:
sudo apt-get install build-essential zlib1g-dev libhunspell-dev libcurl4-gnutls-dev libqt5webkit5-dev qttools5-dev-tools qtbase5-dev qt5-qmake ccache cmake


.PHONY: devenv-debian
devenv-debian:
sudo apt-get install build-essential zlib1g-dev libcurl4-gnutls-dev libhunspell-dev libqt5webkit5-dev qttools5-dev-tools ccache cmake debhelper
Expand Down

0 comments on commit 384c4fe

Please sign in to comment.