Merge pull request #1306 from S-B99/patch-1
Make setup instructions more clear
This commit is contained in:
commit
19f70f5a79
18
SETUP.md
18
SETUP.md
@ -47,6 +47,8 @@ You can verify whether or not it worked by running `.b version` in chat (only va
|
|||||||
## Command Line
|
## Command Line
|
||||||
On Mac OSX and Linux, use `./gradlew` instead of `gradlew`.
|
On Mac OSX and Linux, use `./gradlew` instead of `gradlew`.
|
||||||
|
|
||||||
|
If you have errors with a package missing please make sure you have setup your environment, and are using Oracle JDK 8.
|
||||||
|
|
||||||
Setting up the Environment:
|
Setting up the Environment:
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -54,6 +56,12 @@ $ gradlew setupDecompWorkspace
|
|||||||
$ gradlew --refresh-dependencies
|
$ gradlew --refresh-dependencies
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Building Baritone:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ gradlew build
|
||||||
|
```
|
||||||
|
|
||||||
Running Baritone:
|
Running Baritone:
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -87,16 +95,6 @@ For information on how to build baritone, see [Building Baritone](#building-bari
|
|||||||
|
|
||||||
![Image](https://i.imgur.com/hrLhG9u.png)
|
![Image](https://i.imgur.com/hrLhG9u.png)
|
||||||
|
|
||||||
# Building
|
|
||||||
|
|
||||||
Make sure that you have properly [setup](#setup) the environment before trying to build it.
|
|
||||||
|
|
||||||
## Command Line
|
|
||||||
|
|
||||||
```
|
|
||||||
$ gradlew build
|
|
||||||
```
|
|
||||||
|
|
||||||
## IntelliJ
|
## IntelliJ
|
||||||
|
|
||||||
- Navigate to the gradle tasks on the right tab as follows
|
- Navigate to the gradle tasks on the right tab as follows
|
||||||
|
Loading…
Reference in New Issue
Block a user