Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dssp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
dssp
Commits
a08a735d
Unverified
Commit
a08a735d
authored
Nov 08, 2023
by
Maarten L. Hekkelman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explain new build option
parent
dfcc36b7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
README.md
+10
-9
No files found.
README.md
View file @
a08a735d
...
@@ -24,24 +24,25 @@ The tools are based on [libcif++](https://github.com/PDB-REDO/libcifpp)
...
@@ -24,24 +24,25 @@ 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
)
and
[
libmcfp
](
https://github.com/mhekkel/libmcfp.git
)
first before building.
You can use the special branch
`dssp-builder`
to build dssp including all the
dependencies:
After that, building should be as easy as typing:
```
bash
```
console
git clone https://github.com/PDB-REDO/dssp.git
git clone https://github.com/PDB-REDO/dssp.git
-b dssp-builder
cd dssp
cd dssp
mkdir build
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$HOME/.local
cmake
-S
.
-B
build
-DCMAKE_BUILD_TYPE
=
Release
cmake --build build
cmake --build build
cmake
--install
build
```
```
That will build the mkdssp executable in your $HOME/.local directory.
But you can of course also build the classic way using the
`trunk`
branch in
which case you will have to have all dependencies installed first.
Usage
Usage
-----
-----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment