Update build system #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
At this time, building the project under Linux with the MinGW GCC cross-compiler is not possible due to the name of the compiler being specific to the target platform (e.g.,
i686-w64-mingw32-gcc).GNU autotools can be used for this task, but other build systems could also work.
I would like to preserve the GNU make dependency without changing the build system to add another dependency to the project. I was thinking of distributing a
configurescript with the repository so that the project build flow would be as simple as running./configure && make.