Skip to content

Commit

Permalink
Simplify build instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod committed Dec 20, 2022
1 parent 1f5ca09 commit a7a852a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ for Android TV ([beta](https://play.google.com/apps/testing/com.github.shadowsoc
* JDK 11+
* Android SDK
- Android NDK
* Rust with Android targets installed

```bash
$ cd core/src/main/rust/shadowsocks-rust
$ rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android
```
* Rust with Android targets installed using `rustup target add armv7-linux-androideabi aarch64-linux-android i686-linux-android x86_64-linux-android`

### BUILD

Expand All @@ -33,11 +28,6 @@ You can check whether the latest commit builds under UNIX environment by checkin
* Clone the repo using `git clone --recurse-submodules <repo>` or update submodules using `git submodule update --init --recursive`
* Build it using Android Studio or gradle script

### BUILD WITH DOCKER

* Clone the repo using `git clone --recurse-submodules <repo>` or update submodules using `git submodule update --init --recursive`
* Run `docker run --rm -v ${PWD}:/build -w /build shadowsocks/android-ndk-go ./gradlew assembleDebug`

### CONTRIBUTING

If you are interested in contributing or getting involved with this project, please read the CONTRIBUTING page for more information. The page can be found [here](https://github.com/shadowsocks/shadowsocks-android/blob/master/CONTRIBUTING.md).
Expand Down

0 comments on commit a7a852a

Please sign in to comment.