Changeset 1042
- Timestamp:
- Apr 20, 2009, 10:41:21 PM (14 years ago)
- Location:
- plugins/base2/net.sf.basedb.normalizers/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.normalizers/trunk/INSTALL
r1009 r1042 70 70 71 71 8. (Optional step) Building the qQuantile binary. Unpack the 72 q QN-version.tar.gz file and change direcotry to73 q QN-version. Follow the instructions in the README file included72 qqn-version.tar.gz file and change direcotry to 73 qqn-version. Follow the instructions in the README file included 74 74 in the qQN package. Remember to copy file bin/qQN to the same 75 75 location as the normalization jar files. -
plugins/base2/net.sf.basedb.normalizers/trunk/build.xml
r1039 r1042 194 194 <arg line="dist" /> 195 195 </exec> 196 <move file="${src}/c++/q QN-${version}.tar.gz" todir="dist" />196 <move file="${src}/c++/qqn-${version}.tar.gz" todir="dist" /> 197 197 </target> 198 198
Note: See TracChangeset
for help on using the changeset viewer.