Skip to content

Commit 6307622

Browse files
committed
Ubuntu install instructions
1 parent 3f77a22 commit 6307622

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ Java (convolutional or fully-connected) neural network implementation with plugi
99
Go to https://github.com/amten/NeuralNetwork/releases/latest to find the latest release. Download the files NeuralNetwork.zip and BLAS-dlls.zip.
1010
In Weka, go to Tools/Package Manager and press the "File/URL" button. Browse to the NeuralNetwork.zip file and press "ok".
1111

12-
**Important!** For optimal performance on Windows, you need to copy native matrix library dll-files to Wekas install dir.
13-
Unzip the BLAS-dlls.zip file to Wekas install dir (".../Program Files/Weka-3-7").
14-
15-
For Linux, native matrix library files have not been tested, though it should be possible to install using instructions given [here] (https://github.com/fommil/netlib-java#linux)
12+
**Important!** For optimal performance, you need to install native matrix library files.
13+
Windows: Unzip the BLAS-dlls.zip file to Wekas install dir (".../Program Files/Weka-3-7").
14+
Ubuntu: Run "sudo apt-get install libatlas3-base libopenblas-base" in a terminal window.
1615

1716
### Standalone
1817

@@ -22,10 +21,9 @@ Go to https://github.com/amten/NeuralNetwork/releases/latest to find the latest
2221

2322
Include the files NeuralNetwork.jar, lib/mtj-1.0-snapshot.jar, lib/opencsv-2.3.jar in your classpath.
2423

25-
**Important!** For optimal performance on Windows, you need to copy native matrix library dll-files to the directory where you execute your application, or any other directory in the PATH.
26-
Unzip the BLAS-dlls.zip to that directory.
27-
28-
For Linux, native matrix library files have not been tested, though it should be possible to install using instructions given [here] (https://github.com/fommil/netlib-java#linux)
24+
**Important!** For optimal performance, you need to install native matrix library files.
25+
Windows: Unzip the BLAS-dlls.zip file to the directory where you execute your application, or any other directory in the PATH.
26+
Ubuntu: Run "sudo apt-get install libatlas3-base libopenblas-base" in a terminal window.
2927

3028
## Usage
3129

0 commit comments

Comments
 (0)