mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-18 13:14:26 +00:00
flatc.md Add more documentation (#8467)
* CNAME: add custom domain * `flatc.md`: Add more documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user