Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install vt on cluster #122

Open
boutrys opened this issue Feb 21, 2024 · 0 comments
Open

Can't install vt on cluster #122

boutrys opened this issue Feb 21, 2024 · 0 comments

Comments

@boutrys
Copy link

boutrys commented Feb 21, 2024

hello,

I tried

#this will create a directory named vt in the directory you cloned the repository

  1. git clone https://github.com/atks/vt.git

#change directory to vt
2. cd vt

#update submodules
3. git submodule update --init --recursive

#run make, note that compilers need to support the c++0x standard
4. make

#you can test the build
5. make test

But at step 4
configure: error: zlib development files not found

HTSlib uses compression routines from the zlib library http://zlib.net.
Building HTSlib requires zlib development files to be installed on the build
machine; you may need to ensure a package such as zlib1g-dev (on Debian or
Ubuntu Linux) or zlib-devel (on RPM-based Linux distributions or Cygwin)
is installed.

FAILED. This error must be resolved in order to build HTSlib successfully.
make[1]: Entering directory '/work/gr-fe/sboutry/tools/vt/lib/htslib'
config.mk:2: *** Resolve configure error first. Stop.
make[1]: Leaving directory '/work/gr-fe/sboutry/tools/vt/lib/htslib'
make: *** [Makefile:154: lib/htslib/libhts.a] Error 1

I installed zlib but didnt change the error

Anyone know how to fix this ?

Thanks in advance

Simon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant