Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 624 Bytes

RUN.md

File metadata and controls

23 lines (18 loc) · 624 Bytes

To run this project, first cd to the folder you want to download the project in. Make sure you have git, cargo, and rustc installed, and that the following command returns at least 1.65.0:

rustc --version

After you've done that, clone the repo with:

git clone https://github.com/ProjEvo/project-evolution.git

cd into it:

cd project-evolution

To compile and run the project, run:

cargo run --release

Note: --release is enabled significant optimizations that made it possible to run at 10x speed on my laptop. Without these optimizations, your mileage may vary.