Skip to content

Commit

Permalink
Issue #171: add QtWebEngine packages in the list of dependencies for …
Browse files Browse the repository at this point in the history
…Ubuntu 20.04
  • Loading branch information
d1vanov committed Mar 30, 2023
1 parent aa98a11 commit 7f3cbd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion development/build-dependencies-ubuntu-2004.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ sudo apt-get -y install git-core qt5-default build-essential \
wget curl make pkg-config \
libboost-dev libboost-test-dev libboost-program-options-dev libevent-dev libcurl4-openssl-dev \
libpoppler-qt5-dev libqt5webkit5-dev qt5-qmake qttools5-dev-tools libqt5sql5-sqlite \
qtwebengine5-dev qtwebengine5-dev-tools \
libhunspell-dev \
nixnote2-tidy

Expand All @@ -23,4 +24,4 @@ sudo apt-get -y install git-core qt5-default build-essential \
# ./development/build-with-qmake.sh debug noclean /usr/lib/nixnote2/tidy
# then binary is in: ./qmake-build-debug/nixnote2
# cd appdir
# ./usr/appdir/nixnote2
# ./usr/appdir/nixnote2

0 comments on commit 7f3cbd8

Please sign in to comment.