Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga authored May 25, 2023
1 parent 5841777 commit fe5a4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ cmake .. && make -j8 && sudo make install && cd ../..
mkdir wbc/build && cd wbc/build
cmake ..
make -j8 && sudo make install
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
sudo ldconfig

0 comments on commit fe5a4e1

Please sign in to comment.