Skip to content

Commit

Permalink
Explained the ver4.0 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
biochem-fan committed Sep 29, 2022
1 parent 2daa744 commit 6ee3b89
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,17 @@ Once git and cmake are installed, relion can be easily installed through:
```
git clone https://github.com/3dem/relion.git
cd relion
git checkout ver4.0
git checkout master # or ver4.0; see below
mkdir build
cd build
cmake ..
make
```

By performing `git checkout ver4.0` instead of `git checkout master`, you can access the latest
(developmental) updates for RELION 4.0.x. The code there is not tested as throughfully as that in
the master branch and not generally recommended.

The binaries will be produced in the `build/bin` directory. If you want to copy binaries
into somewhere else, run `cmake` with `-DCMAKE_INSTALL_PREFIX=/where/to/install/` and
perform `make install` as the final step. Do not specify the build directory itself
Expand Down

0 comments on commit 6ee3b89

Please sign in to comment.