Skip to content

Commit b76f252

Browse files
authored
Merge pull request #4 from hansonrobotics/develop
Add curl library that it depends on so it can run on newer Ubuntu OS
2 parents 6362dae + d02ca7b commit b76f252

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

BINARIES/libcurl.so.4

506 KB
Binary file not shown.

run.sh

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ done
8282
cd $BASEDIR
8383
while true;
8484
do
85+
export LD_LIBRARY_PATH=$BASEDIR/BINARIES
8586
echo "Start at $(date)"
8687
BINARIES/LinuxChatScript64 $param
8788
echo "ChatScript is crashed. Restarting"

0 commit comments

Comments
 (0)