Changeset 409


Ignore:
Timestamp:
Aug 29, 2007, 10:26:19 PM (16 years ago)
Author:
Peter Johansson
Message:

some more INSTALL docs. refs #53

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/se/lu/thep/wenni/INSTALL

    r389 r409  
    4141the appropriate option. See below for more details on the different modes
    4242
    43 = BASE 2 =
     43= BASE 2 mode =
    4444
    4545== Pre-requisite ==
    4646
    4747 1. Download and install GSL, http://www.gnu.org/software/gsl/.
    48  2. A working a Base2 installation.
     48 2. A working Base2 installation.
    4949
    5050== WeNNI install ==
     
    5555    $ `./configure`
    5656
    57  The configure script accepts a few options that may be of
     57The configure script accepts a few options that may be of
    5858interest. You can provide `./configure` with BASE location information
    5959with `--with-basedir=DIR`. This information is used to find jar files
     
    6262installed in `<DIR>/se/lu/thep/wenni/`. Default `DIR` is set to
    6363`path/to/base/www/plugins/`. You may use `with-gsl=DIR` to provide
    64 information on GSL location. The option `enable-debug` turns on debug
     64information on GSL location. The option `enable-debug` turns on debug
    6565options on the compilation of binary `nni` (e.g. enables assertions).
    6666
     
    6868    $ `make`
    6969
    70  If all went well `nni` created in directory `bin/nni` as well as
     70If all went well `nni` created in directory `bin/nni` as well as
    7171`WeNNI.jar` in directory `base/base2/`.
    7272
    7373 4. Optionally, run the test program
    74     $ make check
     74    $ `make check`
    7575
    7676 5. Install files using
    77     $ make install
     77    $ `make install`
    7878
    7979 6. Make BASE aware of the plugin, see BASE documentation
     
    8181
    8282
    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 ==
    8492
    8593pre-requisite:
Note: See TracChangeset for help on using the changeset viewer.