Skip to content

Commit

Permalink
Document v1.4 is the correct CutiPie version to use
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron Fox committed Feb 23, 2024
1 parent b63f6d9 commit c5c8587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/qtpi-incorp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Where:
# tag is the tag to incorporate.
#
# last tag was v1.2
# last tag was v1.4
REPOSITORY=https://github.com/FRIBDAQ/CutiePie.git
TARGET=PyQtGUI
VERSION=$1
Expand All @@ -15,6 +15,6 @@ rm -rf ${TARGET}
git clone ${REPOSITORY} ${TARGET}
(cd ${TARGET}; git checkout ${VERSION})
(cd ${TARGET}/main; autoreconf -if)

(cd ${TARGET}/main; ./tcl++incorp libtclplus-v4.3-001)
echo Cutie PI ${VERSION} ready to build with SpecTcl

0 comments on commit c5c8587

Please sign in to comment.