mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-08-17 09:21:41 +08:00
27 lines
578 B
Markdown
27 lines
578 B
Markdown
# Using Tools
|
|
|
|
## Windows
|
|
|
|
- Open `Executables/Executables.sln` in Visual Studio and build `Release` with `x86`.
|
|
- Run `CopyExecutables.ps1`.
|
|
- New files will be available in this folder:
|
|
- CodePack.exe
|
|
- CppMerge.exe
|
|
- GacGen.exe
|
|
- GlrParserGen.exe
|
|
|
|
## Linux
|
|
|
|
- Run `BuildExecutables.sh`
|
|
- New files will be available in this folder:
|
|
- CodePack
|
|
- CppMerge
|
|
- GacGen
|
|
- GlrParserGen
|
|
|
|
**NOTE**: Optimization is not turned on at this moment, tool performance could be slow especially for GacGen. You could change the makefile if you need to.
|
|
|
|
## macOS
|
|
|
|
(editing...)
|