Use the proper name for Windows building in doc
This commit is contained in:
parent
7b171b9961
commit
35e794a160
1 changed files with 4 additions and 2 deletions
|
|
@ -82,8 +82,10 @@ instead of just `meson --prefix=~/.local build`.
|
|||
## Windows
|
||||
|
||||
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
|
||||
[FIXME: proper name, I don't remember right now]. We also suggest to compile
|
||||
have to run the following commands from the Visual Studio Developer Powershell
|
||||
(on Visual Studio Community 2019 you can find it under Tools > Command Line >
|
||||
Developer Powershell). To install Meson on Windows, follow instructions
|
||||
[here](https://mesonbuild.com/Getting-meson.html). We also suggest to compile
|
||||
Rizin statically, to avoid dealing with libraries when running the Rizin
|
||||
binaries.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue