You can use the special branch `dssp-builder` to build dssp including all the
dependencies:
First make sure the following dependencies are installed:
*[zlib](https://github.com/madler/zlib) A compression library. You can also use your package manager to install this, on Debian/Ubuntu this is done using `apt-get install zlib1g-dev`
*[libmcfp](https://github.com/mhekkel/libmcfp.git) A library for parsing command line arguments
*[libcif++](https://github.com/pdb-redo/libcifpp.git) A library for reading and writing PBDx files.
When these are installed, you can then execute the following commands to build and install dssp: