Skip to content

Commit

Permalink
docs(README): List possible WSL Issue (#1995)
Browse files Browse the repository at this point in the history
* Add disclaimer on WSL building issue to README.
* Add bundled nim runtime information to README.
  • Loading branch information
AlejandroCabeza committed Sep 11, 2023
1 parent e8776fd commit ebe715e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Expand Up @@ -35,6 +35,23 @@ For more on how to run `wakunode2`, refer to:
- [Run using docker](https://docs.waku.org/guides/nwaku/run-docker)
- [Run using docker-compose](https://docs.waku.org/guides/nwaku/run-docker-compose)

#### Issues
##### WSL
If you encounter difficulties building the project on WSL, consider placing the project within WSL's filesystem, avoiding the `/mnt/` directory.

### Developing

#### Nim Runtime
This repository is bundled with a Nim runtime that includes the necessary dependencies for the project.

Before you can utilise the runtime you'll need to build the project, as detailed in a previous section. This will generate a `vendor` directory containing various dependencies, including the `nimbus-build-system` which has the bundled nim runtime.

After successfully building the project, you may bring the bundled runtime into scope by running:
```bash
source env.sh
```
If everything went well, your should see your prompt suffixed with `[Nimbus env]$`. Now you can run `nim` commands as usual.

### Waku Protocol Test Suite

```bash
Expand Down

0 comments on commit ebe715e

Please sign in to comment.