https://github.com/thibaultlatrille/simuevol
https://github.com/thibaultlatrille/simuevol
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thibaultlatrille/simuevol
- Owner: ThibaultLatrille
- License: mit
- Created: 2017-10-17T15:54:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T12:57:03.000Z (about 1 year ago)
- Last Synced: 2025-04-22T11:17:54.273Z (6 months ago)
- Language: C++
- Size: 7.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimuEvol
[](https://opensource.org/licenses/MIT)
[](https://travis-ci.org/ThibaultLatrille/SimuEvol)
[](https://codecov.io/gh/ThibaultLatrille/SimuEvol)Requirements: Clang (or g++)
```bash
sudo apt install g++-5 clang-3.6
```## Get SimuEvol up and running on Linux
### How to download and build
To get SimuEvol from a machine connected to the internet, type in a terminal:
```bash
git clone https://github.com/ThibaultLatrille/SimuEvol.git
```This should create a folder called `SimuEvol` (the SimuEvol root folder). You must go there before compiling SimuEvol:
```bash
cd SimuEvol
```Then, to build SimuEvol simply run:
```bash
make
```### How to run SimuEvol
Basic usage for SimuEvol is (from the SimuEvol root folder):
```bash
bin/SimuRelax --help
bin/SimuEvol --help
bin/SimuPoly --help
```### Authors
Thibault Latrille