Skip to content

Commit

Permalink
Updated NEWS, fixed typos on manual
Browse files Browse the repository at this point in the history
  • Loading branch information
William Jones committed Nov 11, 2022
1 parent cc199e8 commit e5b3b75
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ Embecosm DCM (dcEmb) v0.1.0 release
# Changelog
All notable changes to this project will be documented in this file.

## [V0.3.0] - 22/11/11
- Bugfixes in BMR model
- Bugfixes in PEB model
- Significantly updated documentation with worked example

## [v0.2.0] - 2022-10-06
- Significantly simplified class structure
- Significantly improved OpenMP multithreading
Expand Down
12 changes: 6 additions & 6 deletions man/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ Linux

1. Clone the repository

2. Initialise git submodules (git submodule update --init)
2. Initialise git submodules (git submodule update \-\-init)

3. Create and navigate into a build directory (mkdir build && mv build)
3. Create and navigate into a build directory (mkdir build && cd build)

4. Run CMake (cmake .. && cmake --build)
4. Run CMake (cmake .. && cmake \-\-build)

5. Run the executable of your choice (e.g, ./dcm_3body)

Mac
+++
1. Clone the repository

2. Initialise git submodules (git submodule update --init)
2. Initialise git submodules (git submodule update \-\-init)

3. Create and navigate into a build directory (mkdir build && mv build)
3. Create and navigate into a build directory (mkdir build && cd build)

4. Run CMake (cmake .. && cmake --build)
4. Run CMake (cmake .. && cmake \-\-build)

5. Run the executable of your choice (e.g, ./dcm_3body)

Expand Down

0 comments on commit e5b3b75

Please sign in to comment.