Skip to content

Commit

Permalink
README: Update how to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed Oct 15, 2024
1 parent 7d38b54 commit ac6c4a9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,6 @@ make static

# Shared library
make shared

# Static library for iOS
make PP="xcrun --sdk iphoneos --toolchain iphoneos clang" \
CC="xcrun --sdk iphoneos --toolchain iphoneos clang" \
CFLAGS="-arch arm64 -mios-version-min=12.0" \
LFLAGS="-arch arm64 -mios-version-min=12.0 -Wl,-Bsymbolic-functions" static

libtool -static -o libhev-socks5-tunnel.a \
bin/libhev-socks5-tunnel.a \
third-part/lwip/bin/liblwip.a \
third-part/yaml/bin/libyaml.a \
third-part/hev-task-system/bin/libhev-task-system.a
```

## How to Use
Expand Down

0 comments on commit ac6c4a9

Please sign in to comment.