Commit 48e88448 by Maarten L. Hekkelman

Update readme for dssp-builder

parent a08a735d
...@@ -36,6 +36,7 @@ git clone https://github.com/PDB-REDO/dssp.git -b dssp-builder ...@@ -36,6 +36,7 @@ git clone https://github.com/PDB-REDO/dssp.git -b dssp-builder
cd dssp cd dssp
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME/.local cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME/.local
cmake --build build cmake --build build
cmake --install build
``` ```
That will build the mkdssp executable in your $HOME/.local directory. That will build the mkdssp executable in your $HOME/.local directory.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment