Skip to content

Commit

Permalink
configure script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TCA166 committed Apr 19, 2024
1 parent ac81c50 commit e76c6cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
git submodule sync
git submodule update --init --recursive
sudo apt update
sudo apt-get install make check
#for linux compile
sudo apt-get install gcc binutils zlib1g-dev zlib1g
Expand Down

0 comments on commit e76c6cd

Please sign in to comment.