Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnijs committed Jun 24, 2024
1 parent 0552f2b commit 6afa3ea
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,26 @@

[Here you can find the deployment of the latest release.](https://eliasnijs.xyz/projects/boids/boids.html)

## Build

To build the project, you need to have emscripten installed. You can find the installation instructions [here](https://emscripten.org/docs/getting_started/downloads.html).

After you have installed emscripten, clone the repository:

```bash
git clone --recurse-submodules [email protected]:eliasnijs/c-web-boids.git
```

Install the dependencies with the following commands:

```bash
cd libs
./buildlibs.sh
cd ..
```

Then you can build the project with the following commands:

```bash
./build.sh
```

0 comments on commit 6afa3ea

Please sign in to comment.