Ignore:
Timestamp:
Dec 2, 2008, 4:33:59 PM (15 years ago)
Author:
Jari Häkkinen
Message:

Addresses #50. Working with BASE-plugin communication issues and building a proper WeNNI.java

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/base1/se.lu.thep.wenni/trunk/INSTALL

    r856 r858  
    190190    $ make install-plugin
    191191    }}}
     192    If you prefer to install the plug-in manually you must place
     193    `nni`, `WeNNI.jar`, and `PluginUtilities-0.1pre.jar` in the same
     194    installation directory.
     195    [[br]] [[br]]
    192196    Note! `make install` will install in location `${exec_prefix}/bin`
    193     which maybe something else than the BASE plugin directory.
     197    which may be something else than your BASE plugin directory.
    194198
    195199 6. Make BASE2 aware of the plugin, see BASE2 documentation
    196     http://base.thep.lu.se/chrome/site/doc/html/index.html
     200    http://base.thep.lu.se/chrome/site/doc/html/index.html and use
     201    the below information with appropriate change of Path
     202    {{{
     203    Class: se.lu.thep.wenni.WeNNI
     204    Path : /path/to/base/pluginsse/lu/thep/wenni-0.7/WeNNI.jar
     205    }}}
     206    Path should be the absolute path to the WeNNI.jar file.
    197207
    198208
Note: See TracChangeset for help on using the changeset viewer.