Changeset 1009
- Timestamp:
- Mar 30, 2009, 9:57:24 AM (14 years ago)
- Location:
- plugins/base2/net.sf.basedb.normalizers/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.normalizers/trunk/INSTALL
r1008 r1009 72 72 qQN-version.tar.gz file and change direcotry to 73 73 qQN-version. Follow the instructions in the README file included 74 in the qQN package. Copy file bin/qQN to the same location as the75 normalization jar files.74 in the qQN package. Remember to copy file bin/qQN to the same 75 location as the normalization jar files. 76 76 77 77 Make sure that the job agents have access to the same -
plugins/base2/net.sf.basedb.normalizers/trunk/src/c++/README
r964 r1009 36 36 broken build tree. 37 37 38 To change the default installation directory use option --bindir 39 40 './configure --bindir=/path/to/base/plugin/net.sf.basedb.normalizers' 41 42 where the path should be the directory where you installed the 43 jar-files containing the java wrapper for the qQN binary. 44 38 45 39 46 Building … … 44 51 './configure && make' 45 52 53 46 54 To create a source distribution, do 47 55 … … 51 59 package project root directory using 'ant'. 52 60 61 53 62 If you checked out a working copy from the subversion repository you 54 63 must do './bootstrap' before issuing any of the above commands. -
plugins/base2/net.sf.basedb.normalizers/trunk/src/c++/configure.ac
r973 r1009 62 62 ) 63 63 64 AC_ARG_WITH(basedir,[AS_HELP_STRING([--with-basedir=DIR],65 [root directory for base installation])],66 [BASEDIR=$withval], [BASEDIR=/usr/local/base])67 AC_ARG_WITH(plugindir,[AS_HELP_STRING([--with-plugindir=DIR],68 [the base plug-in install directory])],69 [PLUGINDIR=$withval],70 [PLUGINDIR="$BASEDIR/plugins/net/sf/basedb/normalizers"])71 AC_SUBST(PLUGINDIR)72 73 64 # checking for dependency libs may be disabled, normally used to 74 65 # create a source distribuion on a machine wihtout required APIs like … … 114 105 AC_MSG_NOTICE([]) 115 106 AC_MSG_NOTICE([qQN will be installed in]) 116 AC_MSG_NOTICE([ $ PLUGINDIR])107 AC_MSG_NOTICE([ $bindir ]) 117 108 AC_MSG_NOTICE([]) 118 109 AC_MSG_NOTICE([The following libs and flags will be used:])
Note: See TracChangeset
for help on using the changeset viewer.