Skip to content

Commit

Permalink
Merge branch 'master' of github.com:martinribelotta/embedded-ide-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
martinribelotta committed Mar 27, 2017
2 parents f86ed30 + e3071d9 commit 6b4d9bc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions linux-x86_64/deploy-embedded-ide-suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@
# sudo apt-get install libhidapi-dev p7z build-essential wget git

VERSION=0.4.0
QT_VERSION=5.7
QTSDK_DIR=/opt/Qt/${QT_VERSION}/gcc_64/

QTSDK_DIR=/opt/Qt5.8.0/5.8/gcc_64
# Examples:
# QTSDK_DIR=/opt/Qt/5.7/gcc_64/
# QTSDK_DIR=/opt/Qt5.8.0/5.8/gcc_64

OUTPATH=${PWD}/build-CIAA_SUITE-${VERSION}-x86_64.AppImage
OUTFILE=${PWD}/CIAA_SUITE-${VERSION}-x86_64.AppImage

Expand Down

0 comments on commit 6b4d9bc

Please sign in to comment.