Skip to content

Commit

Permalink
Remove the dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
yigonghu committed Jul 25, 2023
1 parent 7b6edfe commit 1693b46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup_pbox_lib.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

sudo apt-get install -y cmake
mkdir -p build && cd build
cmake ..
make -j $(nproc)

0 comments on commit 1693b46

Please sign in to comment.