Skip to content

Commit

Permalink
Merge pull request #4 from hansonrobotics/develop
Browse files Browse the repository at this point in the history
Add curl library that it depends on so it can run on newer Ubuntu OS
  • Loading branch information
wenwei-dev authored Apr 7, 2020
2 parents 6362dae + d02ca7b commit b76f252
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added BINARIES/libcurl.so.4
Binary file not shown.
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ done
cd $BASEDIR
while true;
do
export LD_LIBRARY_PATH=$BASEDIR/BINARIES
echo "Start at $(date)"
BINARIES/LinuxChatScript64 $param
echo "ChatScript is crashed. Restarting"
Expand Down

0 comments on commit b76f252

Please sign in to comment.