Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Cleanup build_gmp.sh usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Nov 6, 2023
1 parent c38b435 commit 69828ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ make -j4 && make install

### Compile prover for iOS

Install Xcode & homebrew.
Install Xcode

```sh
git submodule init
Expand All @@ -104,7 +104,7 @@ Open generated Xcode project and compile prover.

## Build for iOS emulator

Install Xcode & homebrew.
Install Xcode

```sh
git submodule init
Expand Down
10 changes: 6 additions & 4 deletions build_gmp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,16 @@ usage()
{
echo "USAGE: $0 <target>"
echo "where target is one of:"
echo " android: build for Android arm64"
echo " android_x86_64: build for Android x86_64"
echo " aarch64: build for Linux aarch64"
echo " ios: build for iOS arm64"
echo " ios_simulator: build for iPhone Simulator for arm64/x86_64 (fat binary)"
echo " macos: build for maxOS for arm64/x86_64 (fat binary)"
echo " macos: build for macOS for arm64/x86_64 (fat binary)"
echo " macos_arm64: build for macOS arm64"
echo " macos_x86_64: build for macOS x86_64"
echo " android: build for Android arm64"
echo " android_x86_64: build for Android x86_64"
echo " host: build for this host"
echo " host_noasm: build for this host without asm optimizations (e.g. needed for macOS)"
echo " aarch64: build for Linux aarch64"

exit 1
}
Expand Down

0 comments on commit 69828ac

Please sign in to comment.