Build files and Makefiles are too complex. Support to autoconf, automake or alternative tools should be added in a way that:
- Anyone that wants to build the project would know how to do it without needing to read a manual
- it would be easy to configure the build for several different environments
- it would be easy to generate several compiled distro packages to several environments
- it would automatically increase build number (version)
- The generated distro file would be easy to download and run. The person wanting it should just install the dependencies and start using Locke
Build files and Makefiles are too complex. Support to autoconf, automake or alternative tools should be added in a way that: