Commit a47d7e1d by Maarten L. Hekkelman

Update readme

parent 9c655c16
...@@ -24,10 +24,12 @@ The tools are based on [libcif++](https://github.com/PDB-REDO/libcifpp) ...@@ -24,10 +24,12 @@ The tools are based on [libcif++](https://github.com/PDB-REDO/libcifpp)
and the code is written in modern C++ so you need a compiler capable and the code is written in modern C++ so you need a compiler capable
of handling C++17 code. of handling C++17 code.
You also need [libmcfp](https://github.com/mhekkel/libmcfp.git)
Building Building
-------- --------
Make sure you install [libcif++](https://github.com/PDB-REDO/libcifpp) first before building. Make sure you install [libcif++](https://github.com/PDB-REDO/libcifpp) and [libmcfp](https://github.com/mhekkel/libmcfp.git) first before building.
After that, building should be as easy as typing: After that, building should be as easy as typing:
......
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