Changeset 409 for trunk/se/lu/thep/wenni/INSTALL
- Timestamp:
- Aug 29, 2007, 10:26:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/thep/wenni/INSTALL
r389 r409 41 41 the appropriate option. See below for more details on the different modes 42 42 43 = BASE 2 =43 = BASE 2 mode = 44 44 45 45 == Pre-requisite == 46 46 47 47 1. Download and install GSL, http://www.gnu.org/software/gsl/. 48 2. A working aBase2 installation.48 2. A working Base2 installation. 49 49 50 50 == WeNNI install == … … 55 55 $ `./configure` 56 56 57 57 The configure script accepts a few options that may be of 58 58 interest. You can provide `./configure` with BASE location information 59 59 with `--with-basedir=DIR`. This information is used to find jar files … … 62 62 installed in `<DIR>/se/lu/thep/wenni/`. Default `DIR` is set to 63 63 `path/to/base/www/plugins/`. You may use `with-gsl=DIR` to provide 64 information on GSL location. The option `enable-debug` turns on debug64 •information on GSL location. The option `enable-debug` turns on debug 65 65 options on the compilation of binary `nni` (e.g. enables assertions). 66 66 … … 68 68 $ `make` 69 69 70 70 If all went well `nni` created in directory `bin/nni` as well as 71 71 `WeNNI.jar` in directory `base/base2/`. 72 72 73 73 4. Optionally, run the test program 74 $ make check74 $ `make check` 75 75 76 76 5. Install files using 77 $ make install77 $ `make install` 78 78 79 79 6. Make BASE aware of the plugin, see BASE documentation … … 81 81 82 82 83 83 = BASE 1 mode = 84 85 == Pre-requisite == 86 87 1. Download and install GSL, http://www.gnu.org/software/gsl/. 88 2. Perl, http://www.cpan.org/. 89 3. A working BASE1 installation. 90 91 == WeNNI install == 84 92 85 93 pre-requisite:
Note: See TracChangeset
for help on using the changeset viewer.