Skip to content

Commit

Permalink
Clean up source third-party directories
Browse files Browse the repository at this point in the history
  • Loading branch information
leewei05 authored and Lai-YT committed Sep 8, 2023
1 parent f339ec8 commit 70d4efc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/install-cxxopts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ wget https://github.com/jarro2783/cxxopts/archive/refs/tags/v3.1.1.tar.gz -O - |
cd cxxopts-3.1.1/ &&
mkdir build/ &&
cmake -B build/ . &&
sudo make -C build/ install
sudo make -C build/ install &&
rm -rf cxxopts-3.1.1/
3 changes: 2 additions & 1 deletion scripts/install-qbe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
wget https://c9x.me/compile/release/qbe-1.1.tar.xz -O - | tar Jxf - &&
cd qbe-1.1/ &&
make &&
sudo make install
sudo make install &&
rm -rf qbe-1.1/

0 comments on commit 70d4efc

Please sign in to comment.