Add wording about PowerShell to BUILDING.md (#2542)
This commit is contained in:
parent
08bf76d7b3
commit
99c9ed7b1c
1 changed files with 3 additions and 2 deletions
|
|
@ -87,7 +87,8 @@ The building steps on Windows are the same as on *NIX systems, however you
|
|||
will have to run the following commands from the Visual Studio Developer
|
||||
shell (search for "x64 Native Tools Command Prompt for VS 2019" or similar).
|
||||
To install Meson on Windows, follow instructions
|
||||
[here](https://mesonbuild.com/Getting-meson.html).
|
||||
[here](https://mesonbuild.com/Getting-meson.html). If using PowerShell,
|
||||
replace `%CD%` with `$((Get-Item .).FullName)`
|
||||
|
||||
```
|
||||
$ meson --buildtype=release --prefix=%CD%\rizin-install build
|
||||
|
|
@ -95,7 +96,7 @@ $ ninja -C build
|
|||
$ ninja -C build install
|
||||
```
|
||||
|
||||
You can run rizin from `%CD%\rizin-install\bin`. If you don't specify any
|
||||
You can run rizin from `.\rizin-install\bin`. If you don't specify any
|
||||
`--prefix`, meson will install rizin directly under `C:\`.
|
||||
|
||||
## Build with ASAN/UBSAN
|
||||
|
|
|
|||
Loading…
Reference in a new issue