Add text to README. Change version to v1.3.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# This Makefile was generated using MakeGen v1.3.3 made by Tim Håkansson
|
# This Makefile was generated using MakeGen v1.3.0 made by Tim Håkansson
|
||||||
# and is licensed under MIT. Full source of the project can be found at
|
# and is licensed under MIT. Full source of the project can be found at
|
||||||
# https://github.com/Thraix/MakeGen
|
# https://github.com/Thraix/MakeGen
|
||||||
CC=@g++
|
CC=@g++
|
||||||
|
|||||||
@@ -26,8 +26,11 @@ Then navigate into the MakeGen folder (`cd MakeGen`) and run:
|
|||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
This will install MakeGen into `/usr/bin/makegen`.
|
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.
|
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
|
## Usage
|
||||||
### Config file
|
### Config file
|
||||||
In order to create a MakeGen configuration file use the following command:
|
In order to create a MakeGen configuration file use the following command:
|
||||||
|
|||||||
+1
-1
@@ -21,5 +21,5 @@
|
|||||||
<srcdir>src/</srcdir>
|
<srcdir>src/</srcdir>
|
||||||
</configuration>
|
</configuration>
|
||||||
<target>Debug</target>
|
<target>Debug</target>
|
||||||
<version>v1.3.3</version>
|
<version>v1.3.0</version>
|
||||||
</makegen>
|
</makegen>
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
// Release, should be backwards compatible with any minor version
|
// Release, should be backwards compatible with any minor version
|
||||||
#define MAKEGEN_VERSION_RELEASE 3
|
#define MAKEGEN_VERSION_RELEASE 3
|
||||||
// Minor changes, generally bug fixes
|
// Minor changes, generally bug fixes
|
||||||
#define MAKEGEN_VERSION_MINOR 3
|
#define MAKEGEN_VERSION_MINOR 0
|
||||||
|
|
||||||
#define MAKEGEN_VERSION ("v" STR(MAKEGEN_VERSION_MAJOR) "." STR(MAKEGEN_VERSION_RELEASE) "." STR(MAKEGEN_VERSION_MINOR))
|
#define MAKEGEN_VERSION ("v" STR(MAKEGEN_VERSION_MAJOR) "." STR(MAKEGEN_VERSION_RELEASE) "." STR(MAKEGEN_VERSION_MINOR))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user