Add text to README. Change version to v1.3.0

This commit is contained in:
Thraix
2020-03-01 22:02:07 +01:00
parent a36f245f37
commit 5f6f605e32
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -26,8 +26,11 @@ Then navigate into the MakeGen folder (`cd MakeGen`) and run:
sudo make install
This will install MakeGen into `/usr/bin/makegen`.
If you want it to be installed in another place just run `make` and copy the file to where you want it.
**NOTE**: If you are installing from the latest commit, debug flags might be enabled for the project. As such, MakeGen can run slightly slower. To resolve this edit the Makefile and remove `-D_DEBUG -g3 -w` from the `CFLAGS` variable. This should not be a problem in released versions after version `1.3.0`.
## Usage
### Config file
In order to create a MakeGen configuration file use the following command: