Skip to content

Commit

Permalink
Update install-ubuntu.sh
Browse files Browse the repository at this point in the history
add extra dependencies based on udacity/CarND-PID-Control-Project#8
domluna authored May 30, 2017
1 parent f7de140 commit 35a7885
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install-ubuntu.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#! /bin/bash
sudo apt-get install libuv1-dev
sudo apt-get update
sudo apt-get install git libuv1-dev libssl-dev gcc g++ cmake make
git clone https://github.com/uWebSockets/uWebSockets
cd uWebSockets
git checkout e94b6e1
@@ -8,7 +9,6 @@ cd build
cmake ..
make
sudo make install
cd ..
cd ..
cd ../..
sudo ln -s /usr/lib64/libuWS.so /usr/lib/libuWS.so
sudo rm -r uWebSockets
sudo rm -r uWebSockets

0 comments on commit 35a7885

Please sign in to comment.