Morning,
I think this is the place to post for help in compiling a altcoin?
The process began with
https://dev.cryptolife.net/compiling-the-daemon-for-your-altcoin-in-ubuntu-linux/ and it works. My base source compiles and creates the daemon and it runs fine. Then I began to see about making a Ubuntu / Linux wallet using Qt 5. I am stopped here with this error...
/usr/bin/ld: cannot find -lboost_system-mgw49-mt-s-1_55
/usr/bin/ld: cannot find -lboost_filesystem-mgw49-mt-s-1_55
/usr/bin/ld: cannot find -lboost_program_options-mgw49-mt-s-1_55
/usr/bin/ld: cannot find -lboost_thread-mgw49-mt-s-1_55
collect2: error: ld returned 1 exit status
In searching i have found everything from installing the i386 version of libboost to answers that just ended with 'found it'. Any help is greatly appreciated.
Regards,
JES