Skip to content

Commit

Permalink
update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
yigonghu committed Jul 27, 2023
1 parent e7b15e7 commit e2a3d5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup_pbox_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
mkdir -p build && cd build
cmake ..
make -j $(nproc)
cd ..
cp `pwd`/build/libs/libpsandbox.so `pwd`/../script/libpsandbox_psandbox.so
echo "export PSANDBOXDIR=`pwd`" >> $HOME/.bashrc
echo "export LD_LIBRARY_PATH=`pwd`/build/libs:$LD_LIBRARY_PATH" >> $HOME/.bashrc
source ~/.bashrc

0 comments on commit e2a3d5e

Please sign in to comment.