Skip to content

Commit

Permalink
Add missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp authored and crazywhalecc committed Dec 1, 2024
1 parent 391555b commit a8a071d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/en/guide/build-on-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ bin/setup-runtime -action add-path
bin/setup-runtime -action remove-path
```

Finally, now that you have PHP and Composer installed, you need to install static-php-cli's Composer dependencies:

```shell
composer install
```

### Install other Tools (automatic)

For `php-sdk-binary-tools`, `strawberry-perl`, and `nasm`,
Expand Down

0 comments on commit a8a071d

Please sign in to comment.