Browse Source

Update GettingStarted.md

pull/1685/head
João Matos 3 years ago committed by GitHub
parent
commit
ea5c09502f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docs/GettingStarted.md

3
docs/GettingStarted.md

@ -55,8 +55,11 @@ debug configuration, which will be too slow for practical use beyond debugging.
## Compiling on macOS or Linux ## Compiling on macOS or Linux
The following steps should be called from the VS developer command prompt.
1. Generate the VS solution and makefiles 1. Generate the VS solution and makefiles
```shell ```shell
cd <CppSharp>\build cd <CppSharp>\build
./build.sh generate -configuration Release -platform x64 ./build.sh generate -configuration Release -platform x64

Loading…
Cancel
Save