Files
GacUI/Tools/README.md
T
2024-01-06 01:14:08 -08:00

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...)