Create README.md
This commit is contained in:
parent
6ba51b055c
commit
6a9bef0598
20
README.md
Normal file
20
README.md
Normal file
@ -0,0 +1,20 @@
|
||||
To compile and run these programs, you only need JDK 8 installed.
|
||||
Invoking `gradlew` will automatically download and install Gradle.
|
||||
Gradle will also install all additional libraries necessary to compile
|
||||
and run the Java examples in the book.
|
||||
|
||||
To compile everything, the command is:
|
||||
|
||||
`gradlew build`
|
||||
|
||||
To run everything (including compiling if necessary), the command is:
|
||||
|
||||
`gradlew run`
|
||||
|
||||
To compile only a single chapter (including dependencies), use for example:
|
||||
|
||||
`gradlew :strings:build`
|
||||
|
||||
To run only a single chapter, say:
|
||||
|
||||
`gradlew :strings:run`
|
Loading…
x
Reference in New Issue
Block a user