Details
-
Type:
Task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1
-
Component/s: None
-
Labels:None
Description
src/compilebin.sh needs an entry for the VIENNA source.
The following should be sufficient:
cd <Vienna source distribution directory>
make clean # remove any old build artefacts - specifically, config.* artefacts that prevent rebuild
./configure
./make
# optionally, run a make test to ensure the build really worked
Ideally, compilebin.sh should overwrite any standard linux and/or windows binaries configured for a tool, so check that the standard linux and/or windows binaries configured in conf/Executable.properties are rebuilt by compilebin.sh
The following should be sufficient:
cd <Vienna source distribution directory>
make clean # remove any old build artefacts - specifically, config.* artefacts that prevent rebuild
./configure
./make
# optionally, run a make test to ensure the build really worked
Ideally, compilebin.sh should overwrite any standard linux and/or windows binaries configured for a tool, so check that the standard linux and/or windows binaries configured in conf/Executable.properties are rebuilt by compilebin.sh
Attachments
Issue Links
- related with
-
JWS-69 Add standard linux binaries for Vienna Tools
-
- Resolved
-