Some updates.

This commit is contained in:
Adam Murdoch
2013-12-06 16:20:23 +11:00
parent 3f58d46207
commit 09bbd0f3ed
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View File

@@ -2,5 +2,7 @@
*.ipr *.ipr
*.iws *.iws
.gradle .gradle
.DS_Store
/build /build
*/build
/out /out

View File

@@ -107,7 +107,7 @@ You will need to use the Gradle wrapper. Just run `gradlew` in the root director
### Ubuntu ### 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. 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 ### 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 ### Solaris