Changes

From Genome Analysis Wiki
Jump to navigationJump to search
557 bytes added ,  11:33, 12 April 2019
Line 12: Line 12:     
'''Ubuntu 16.04 x64 Binary''' [[File:vices_v1.0.tar.gz|vices_v1.0.tar.gz]]
 
'''Ubuntu 16.04 x64 Binary''' [[File:vices_v1.0.tar.gz|vices_v1.0.tar.gz]]
 +
 +
= Installation =
 +
 +
The easiest way to install VICES is to use cget as follows:
 +
cget install --prefix <install_prefix> gjmzajac/VICES
 +
 +
 +
Alternatively, you can setup a dev environment cmake directly.
 +
cd vices
 +
cget install -f ./requirements.txt                    # Install dependencies locally.
 +
mkdir build && cd build                                # Create out of source build directory.
 +
cmake -DCMAKE_TOOLCHAIN_FILE=./cget/cget/cget.cmake .. # Configure project with dependency paths.
 +
make                                                  # Build.
    
= Usage =
 
= Usage =
33

edits

Navigation menu