Currently, it is not possible to configure the path from which the ACE source files are downloaded.
The path is hardcoded to "qookery/lib/ace" which doesn't allow automatic inclusion into builds with
the compiler. This PR adds an environment variable "qookery.ace.path" which can be configured to point
to the path where all the ACE files are stored. It also adds documentation to explain this.
Currently, it is not possible to configure the path from which the ACE source files are downloaded. The path is hardcoded to "qookery/lib/ace" which doesn't allow automatic inclusion into builds with the compiler. This PR adds an environment variable "qookery.ace.path" which can be configured to point to the path where all the ACE files are stored. It also adds documentation to explain this.