diff --git a/DEV.md b/DEV.md index ffd8a8a7..35badf8e 100644 --- a/DEV.md +++ b/DEV.md @@ -35,5 +35,5 @@ $ brew link autoconf@2.69 The following other packages need to be available as well ```bash -brew install openssl zstd hdf5 +brew install openssl zstd ``` diff --git a/README.md b/README.md index 3e4fd5e2..92eaff8b 100644 --- a/README.md +++ b/README.md @@ -452,8 +452,6 @@ On macOS, the equivalent export would be (change path as appropriate): $ export DYLD_LIBRARY_PATH=/dorado-x.y.z-osx-arm64/lib:$DYLD_LIBRARY_PATH ``` -This will let the Dorado binary pick up the shipped libraries and you will not need to manually install `libaec` and `zstd`. - ### Improving the Speed of Duplex Basecalling Duplex basecalling is an IO-intensive process and can perform poorly if using networked storage or HDD. This can generally be improved by splitting up POD5 files appropriately.