Skip to content

Commit

Permalink
java binding documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianjp88 committed Apr 4, 2018
1 parent 42b8321 commit 2254221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
3 changes: 3 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ updated Nvidia graphics driver. The binary package contains:
- Matlab 32 bit and 64 bit bindings, with Matlab examples.
- Python version 2.x and version 3.x bindings (compiled as wheel files) and
Python examples.
- Java 8 32 bit and 64 bit bindings, with Java examples.
- This manual in PDF format.

To re-build the binary distribution, see the instructions located in
Expand Down Expand Up @@ -71,6 +72,8 @@ The following tools are required in order to build Gpufit from source.
* Boost_ 1.58 or later (required if you want to build the tests)
* MATLAB_ if building the MATLAB bindings (minimum version Matlab 2012a)
* Python_ if building the Python bindings (Python version 2.x or 3.x)
* Java if building the Java bindings (minimum Java JDK version 8)
* PDF Latex installation (like Miktex) if converting the documentation from Latex to PDF

Source code availability
------------------------
Expand Down

0 comments on commit 2254221

Please sign in to comment.