Hello, I found your project very interesting, and wanted to compile it for - Linux also for - Windows cross-compiling on Linux using see http://mxe.cc/#tutorial like in this example at the beginning of one of my Makefiles ( https://github.com/Wikinaut/agrep/blob/master/Makefile ): ``` # for cross-compilation to Windows # # use # make CROSS=i686-pc-mingw32- ``` Perhaps you can add - a Makefile - a file `INSTALL` Thanks in advance.
Hello,
I found your project very interesting, and wanted to compile it for
also for
cross-compiling on Linux using see http://mxe.cc/#tutorial like in this example at the beginning of one of my Makefiles ( https://github.com/Wikinaut/agrep/blob/master/Makefile ):
Perhaps you can add
INSTALLThanks in advance.