Skip to content

Commit 3ddf7b0

Browse files
committed
[ltl_synthesizer] Update slugs installation script
1 parent 5c1190f commit 3ddf7b0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

vigir_ltl_synthesizer/install_slugs.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# installation script for slugs
2-
# on Linux and Darwin
1+
# Installation script for slugs
2+
# on Linux and Darwin (Mac OS X)
33
#
4-
# https://github.com/LTLMoP/slugs
4+
# https://github.com/VerifiableRobotics/slugs
55
#
6-
# This script is an extension of
7-
# the one written by https://github.com/johnyf
8-
# for https://github.com/johnyf/openpromela/
6+
# This script is an extension of the
7+
# one written by https://github.com/johnyf
8+
#
9+
910
set -e
1011

1112
INSTALL=/usr/local/bin
@@ -67,7 +68,6 @@ cd ../
6768
# build slugs
6869
cd src/
6970
if ! [ -e "slugs" ] ; then
70-
qmake Tool.pro
7171
make
7272
fi
7373
sudo cp slugs "${INSTALL}/slugs"

0 commit comments

Comments
 (0)