diff --git a/INSTALL.md b/INSTALL.md index 6047e1f9..96cdff0a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,6 +21,13 @@ Installation ``` cd kallisto ``` +1. Setup the htslib code [https://github.com/samtools/htslib](htslib) + + ```cd ext/htslib + autoheader + autoconf + cd .. + ``` 1. Make a build directory and move there @@ -40,6 +47,7 @@ Installation This is only required when one of the `CMakeLists.txt` files changes or new source files are introduced. It will make a new set of `Makefile`s + 1. Build the code ```