Skip to content

Commit 7aaf6dd

Browse files
authored
Update build.md
Updated some strings with formal use of language.
1 parent 92bae1e commit 7aaf6dd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
* JDK 1.8 (JDK 1.9+ are not supported yet)
66
* On Linux Ubuntu system (e.g. Ubuntu 16.04.4 LTS), ensure that the machine has [__Oracle JDK 8__](https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-ubuntu-16-04), instead of having __Open JDK 8__ in the system. If you are building the source code by using __Open JDK 8__, you will get [__Build Failed__](https://github.com/tronprotocol/java-tron/issues/337) result.
77
* Open **UDP** ports for connection to the network
8-
* **MINIMUM** 2 ENERGY Cores
8+
* **MINIMUM** 2 CPU Cores
99

1010
## Build and Deploy automatically using scripts
1111

1212
- Please take a look at the [Tron Deployment Scripts](https://github.com/tronprotocol/TronDeployment) repository.
1313

1414
## Getting the code with git
1515

16-
* Use Git from the Terminal, see the [Setting up Git](https://help.github.com/articles/set-up-git/) and [Fork a Repo](https://help.github.com/articles/fork-a-repo/) articles.
16+
* Use Git from the console, see the [Setting up Git](https://help.github.com/articles/set-up-git/) and [Fork a Repo](https://help.github.com/articles/fork-a-repo/) articles.
1717
* develop branch: the newest code
1818
* master branch: more stable than develop.
1919
In the shell command, type:
@@ -64,21 +64,21 @@ dependencies {
6464

6565
## Building from source code
6666

67-
* Build in the Terminal
67+
* Building using the console:
6868

6969
```bash
7070
cd java-tron
7171
./gradlew build
7272
```
7373

7474

75-
* Build in [IntelliJ IDEA](https://www.jetbrains.com/idea/) (community version is enough):
75+
* Building using [IntelliJ IDEA](https://www.jetbrains.com/idea/) (community version is enough):
7676

7777
**Please run ./gradlew build once to build the protocol files**
7878

7979
1. Start IntelliJ. Select `File` -> `Open`, then locate to the java-tron folder which you have git cloned to your local drive. Then click `Open` button on the right bottom.
8080
2. Check on `Use auto-import` on the `Import Project from Gradle` dialog. Select JDK 1.8 in the `Gradle JVM` option. Then click `OK`.
81-
3. IntelliJ will open the project and start gradle syncing, which will take several minutes, depending on your network connection and your IntelliJ configuration
81+
3. IntelliJ will import the project and start gradle syncing, which will take several minutes, depending on your network connection and your IntelliJ configuration
8282
4. Enable Annotations, `Preferences` -> Search `annotations` -> check `Enable Annotation Processing`.
83-
5. After the syncing finished, select `Gradle` -> `Tasks` -> `build`, and then double click `build` option.
84-
83+
5. When the syncing finishes, select `Gradle` -> `Tasks` -> `build`, and then double click `build` option.
84+

0 commit comments

Comments
 (0)