Wiki page windows-start.md changed with summary [] by Vincent Torri

This commit is contained in:
Vincent Torri 2023-08-16 09:40:48 -07:00 committed by www-data
parent 5a9c4fd2a1
commit 7b6d5238c3
1 changed files with 7 additions and 3 deletions

View File

@ -93,11 +93,15 @@ meson setup \
ninja -C builddir install
```
Once it is finished, you can test `elementary_test`
### Step 4: Carrying out Post Installation Tasks ###
### Step 4: Configuring the Software ###
You need to update the `PATH` environment variable in the MSYS2 terminal, or globally in Windows. With MSYS2:
### Step 5: Carrying out Post Installation Tasks ###
```bash
export PATH=$HOME/ewpi_64/bin:$HOME/efl_64/bin:$PATH
```
Once done, you can test `elementary_test`
## Troubleshooting ##