Skip to content

Commit 2254221

Browse files
committed
java binding documentation fix
1 parent 42b8321 commit 2254221

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gpufit/java/gpufit/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

docs/installation.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ updated Nvidia graphics driver. The binary package contains:
3434
- Matlab 32 bit and 64 bit bindings, with Matlab examples.
3535
- Python version 2.x and version 3.x bindings (compiled as wheel files) and
3636
Python examples.
37+
- Java 8 32 bit and 64 bit bindings, with Java examples.
3738
- This manual in PDF format.
3839

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

7578
Source code availability
7679
------------------------

0 commit comments

Comments
 (0)