Skip to content

Commit

Permalink
Update build-for-linux.sh with additional requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Oct 24, 2023
1 parent 2f5cba2 commit dbcf903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-for-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e

# pip install --user aqtinstall
# $HOME/.local/bin/aqt install-qt linux desktop ${QT_VERSION} gcc_64 -O ${QT_PREFIX} -m qt5compat qtcharts qtpositioning qtserialport qtconnectivity qtmultimedia qtwebview qtsensors # Modules come from .github/workflows/android.yaml
# make sure flex and bison are installed (use `apt` or similar)
# make sure flex, curl and bison are installed (use `apt` or similar)
# sudo apt install mesa-common-dev libgl1-mesa-dev (makes QtGui/OpenGL happy)

export Qt6_DIR=${QT_PREFIX}/${QT_VERSION}/gcc_64
Expand Down

1 comment on commit dbcf903

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.