Morning,
I decided to give this a try since I'm new to the whole bitcoin / altcoin scene. This is the error I am getting when I try to compile, and I didnt see a Makefile.Release...
[build] qtxlsxwriter i686-w64-mingw32.static
[done] qtxlsxwriter i686-w64-mingw32.static 156204 KiB 0m57.310s
[no-build] qt5 i686-w64-mingw32.static
--------------------------------------------------------------------------------------------
./compile-blk.sh: line 6: i686-w64-mingw32.static-qmake-qt5: command not found
make: Makefile.Release: No such file or directory
make: *** No rule to make target `Makefile.Release'. Stop.
Which step am I missing?
I am compiling this using Ubuntu 14.04 LTS x86_64
Verify that your PATH env var contains the correct location for mxe
export PATH=/mnt/mxe/usr/bin:$PATH
Hello. Having some fun testing our making a QT file. I'm having the same issue as the other person. What exactly do I have to correct? The "export PATH=/mnt/mxe/usr/bin:$PATH" or a line in compile-m.sh?
I followed your instructions to a tee and all the files are in the same place as yours. I'm on a fresh install of Ubuntu. I get the same error as the user above.
Thanks for your help! Guide is excellent.