Skip to content

Commit

Permalink
Remarks and stub for HTSCODECS_VERSION_TEXT
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrp committed Jan 21, 2022
1 parent 5f0ad77 commit 084dce5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -456,6 +456,10 @@ To download freebayes, please use git to download the most recent development tr

git clone --recursive https://github.com/freebayes/freebayes.git

If you have a repo, update the submodules with

git submodule update --init --recursive --progress

On Debian you'll need a gcc compiler and want packages:

- bc
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Expand Up @@ -21,7 +21,7 @@ This is a maintenance release of Freebayes:

The provided static binary is built against gcc 10.3.0 and htslib 1.12.

Note that at this point the static builds only work with the system libs:
Note that at this point the static binary builds with:

meson build -Dstatic=true -Dprefer_system_deps=false --buildtype release

Expand Down
1 change: 1 addition & 0 deletions contrib/htslib_config/version.h
@@ -1 +1,2 @@
#define HTS_VERSION_TEXT "freebayes htslib"
#define HTSCODECS_VERSION_TEXT ""

0 comments on commit 084dce5

Please sign in to comment.