Our codebase repository is getting warmer! Mainly thanks to @Ctya's pull requests. Now we need everyone to compile devcoin to help us build a solid new release!
Please download the code from here:
https://github.com/devcoin/core/archive/f29c33c44e003d02ad2d5e3aff73e923229f52f0.zip
And report your findings here:
https://github.com/devcoin/core/pull/42
Keep Devcoin up!
Experience with Ubuntu 16.04
Downloaded core-f29c33c44e003d02ad2d5e3aff73e923229f52f0.
There was an error surrounding permissions. My assumption was ownership which lost some time. It ended up being the build_detect_platform shell script, which required a "chmod +x build_detect_platform" on it for the qmake and make instructions.
Now having issues with libcurl. "locate curl.h" returns "/usr/include/curl/curl.h". Yet getting the following error:
g++: error: /home/nova/Downloads/core-f29c33c44e003d02ad2d5e3aff73e923229f52f0/src/curl/lib/.libs/libcurl.a: No such file or directory
Makefile:516: recipe for target 'devcoin-qt' failed
make: *** [devcoin-qt] Error 1
Will look into it further a little later.
- Nova