Some updates.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -2,5 +2,7 @@
|
||||
*.ipr
|
||||
*.iws
|
||||
.gradle
|
||||
.DS_Store
|
||||
/build
|
||||
*/build
|
||||
/out
|
||||
|
||||
@@ -107,7 +107,7 @@ You will need to use the Gradle wrapper. Just run `gradlew` in the root director
|
||||
|
||||
### Ubuntu
|
||||
|
||||
The g++ compiler is required to build the native library. You will need the `g++` package for this. Usually this is already installed.
|
||||
The g++ compiler is required to build the native library. You will need to install the `g++` package for this.
|
||||
|
||||
You need to install the `libncurses5-dev` package to pick up the ncurses header files. Also worth installing the `ncurses-doc` package too.
|
||||
|
||||
@@ -128,7 +128,7 @@ You need to install Visual studio, and build from a Visual studio command prompt
|
||||
|
||||
### OS X
|
||||
|
||||
The g++ compiler is required to build the native library. You will need to install the XCode tools for this.
|
||||
The g++ compiler is required to build the native library. You will need to install the XCode command-line tools for this.
|
||||
|
||||
### Solaris
|
||||
|
||||
|
||||
Reference in New Issue
Block a user