flatc.md Add more documentation (#8467)

* CNAME: add custom domain

* `flatc.md`: Add more documentation
This commit is contained in:
Derek Bailey
2024-12-24 12:15:14 -08:00
committed by GitHub
parent 28ddfaeda7
commit c9125e6385
2 changed files with 90 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ Once the project files are generated, build as normal for your platform.
=== "Unix"
```sh
make flatc
make -j
```
=== "Windows"
@@ -50,6 +50,12 @@ Once the project files are generated, build as normal for your platform.
msbuild.exe FlatBuffers.sln
```
=== "MacOS"
```sh
xcodebuild -toolchain clang -configuration Release
```
## Building with Bazel
## Building with VCPKG