We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed053e commit 99d5f67Copy full SHA for 99d5f67
ADSS Toolkit/autodrive_cpp/build.sh
@@ -11,17 +11,20 @@ sudo apt-get install -y git libuv1-dev libssl-dev libz-dev gcc g++ cmake make
11
git clone https://github.com/uWebSockets/uWebSockets
12
cd uWebSockets
13
git checkout e94b6e1
14
-cd ..
15
16
# Build (compile) the project and store output in the dedicated `build` directory.
17
mkdir -p build
18
cd build
19
cmake ..
20
make
21
22
-
23
-# Create symbolic links to websocket library
+sudo make install
+cd ../..
24
sudo ln -sf /usr/lib64/libuWS.so /usr/lib/libuWS.so
25
+mkdir -p build
+cd build
26
+cmake .. && make
27
+cd ..
28
+
29
# Clean the repository
-sudo rm -r uWebSockets
30
+sudo rm -r uWebSockets
0 commit comments