Update README.md

This commit is contained in:
vczh
2023-01-21 04:52:52 -08:00
parent 637109ea0e
commit e360301cb8
2 changed files with 16 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ Release folder of all projects.
**Read [GacUI website](http://vczh-libraries.github.io/) or [the mirror website](http://gaclib.net) for more information.**
Executables in `Tools` are no longer committed to this repo. **Read [Tools/README.md](Tools/README.md) for building tools.**
Download code from [public releases](https://github.com/vczh-libraries/Release/releases) to get the latest stable release. Code from this repo is also usable but I don't make any promise. I will only make a new release when I think the code is ready to update.
## Release from other platforms

14
Tools/README.md Normal file
View File

@@ -0,0 +1,14 @@
# Using Tools
## Windows
- Open `Executables/Executables.sln` in Visual Studio and build `Release` with `x86`.
- Run `CopyExecutables.ps1`.
## Linux
(editing...)
## macOS
(editing...)