Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 authored Sep 10, 2024
1 parent b0a086e commit a88df46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ wget "https://github.com/hasindu2008/f5c/releases/download/$VERSION/f5c-$VERSION
./f5c_x86_64_linux # CPU version
./f5c_x86_64_linux_cuda # cuda supported version
```
Binaries should work on most Linux distributions as the only dependency is `zlib` which is available by default on most distroibutions. For compiled binaries to work, your processor must support SSSE3 instructions or higher (processors after 2007 have these) and your operating system must have GLIBC 2.17 or higher (Linux distributions from 2014 onwards typically have this).
Binaries should work on most Linux distributions as the only dependency is `zlib` which is available by default on most distributions. For compiled binaries to work, your processor must support SSSE3 instructions or higher (processors after 2007 have these) and your operating system must have GLIBC 2.17 or higher (Linux distributions from 2014 onwards typically have this).

You can also use conda to install *f5c* as `conda install f5c -c bioconda -c conda-forge`.

Expand Down

0 comments on commit a88df46

Please sign in to comment.