Updated README.md

This commit is contained in:
MaxXor 2015-03-12 11:03:33 +01:00
parent 894a6960bd
commit 057ae503c0
1 changed files with 16 additions and 0 deletions

View File

@ -24,6 +24,22 @@ Features
* System Information
* Computer Commands (Restart, Shutdown, Standby)
Compiling
---
Open the project in Visual Studio and click build, or use one of the batch files included in the root directory.
| Batch file | Description
| ----------------- |:-------------
| build-debug.bat | Builds the application using the debug configuration (for testing)
| build-release.bat | Builds the application using the release configuration (for publishing)
Building a client
---
| Build configuration | Description
| ----------------------------|:-------------
| debug configuration | The pre-defined [Settings.cs](/Client/Config/Settings.cs) will be used. The client builder does not work in this configuration. You can execute the client directly with the specified settings.
| release configuration | Use the client builder to build your client otherwise it is going to crash.
ToDo
---
* ~~Startup Manager~~