Changeset 89
- Timestamp:
- Apr 4, 2006, 1:55:57 PM (15 years ago)
- Location:
- trunk/se/lu/thep/wenni
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/thep/wenni/INSTALL
r86 r89 69 69 b) If not do 70 70 71 $ ./configure -- prefix=/path/where/to/install/binaries71 $ ./configure --bindir=/path/where/to/install/binaries 72 72 73 The -- prefixis optional, if you do not set it programs will be74 installed in /usr/local/bin , but only if you choose to do it with75 an explicit command later.73 The --bindir is optional, if you do not set it programs will be 74 installed in /usr/local/bin. The install is performed only if you 75 choose to do it with an explicit command ('make install'). 76 76 77 77 Now, irrespective if you choose a) or b) above do … … 93 93 double error_bound=1e-20); 94 94 95 If you are installing a BASE plug-in read beyond this point, others 96 may want to do 'make install' to install the binaries in the directory 97 set in step iv) above, and then return to the README file. 98 95 99 96 100 vi) BASErs need to copy the binaries to their plug-in directory on the … … 106 110 /path/to/base/plugins/bin/thep.lu.se/wenni 107 111 108 vii) Now you should go to the README file. 112 113 vii) BASErs make sure that the settings in the plug-in definitions 114 file are set appropriately when importing the plug-in definitions 115 file (bin/base_plugin_script/plugin_WeNNI.base) into BASE. More 116 explicitly make sure that the entry in the web GUI: 'Name of 117 executable' is set according to the wenni.pl copying in step vi) 118 above. If you prefer to make the change in the file you should 119 manipulate the line looking like 120 'execName thep.lu.se/jari/wenni/wenni.pl' 121 122 123 viii) Now you should go to the README file. -
trunk/se/lu/thep/wenni/README
r83 r89 8 8 9 9 10 If you installed the software as a BASE plug-in, please log on to the 11 server and make the server aware of the new plug-in. The plug-in 12 definition file can be found in directory bin/base_plugin_script as 13 file plugin_WeNNI.base 14 15 16 If you installed the software as a standalone package, read on. There 17 are three programs created during compilation: 10 Remember, if you installed the software as a BASE plug-in, please log 11 on to the server and make the server aware of the new plug-in. The 12 plug-in definition file can be found in directory 13 bin/base_plugin_script as file plugin_WeNNI.base 14 15 16 If you installed the software as a standalone package, read on. BASE 17 plug-in can also read on if they want some more information about the 18 package. There are three programs created during compilation: 18 19 19 20 BaseFileConverter, NNIFileConverter, nni
Note: See TracChangeset
for help on using the changeset viewer.