it builds, i have several nodes running and have since the coin was launched including the one running the Photon block crawler
follow the directions for building blake coin daemon in linux on blake coin page 2 or 3 in this forum
this merge corrected my leaving out the level db make file in the original commit
https://github.com/photonproject/photon/commit/42e5fa1178107442e68a38acfb76ab8df7f5a69aDid anyone try to build photond for linux? File permissions are wrong, seems like it wasnt even tested before the release..
make -f makefile.unix
Building LevelDB ...
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `photon/src/leveldb'
Makefile:18: build_config.mk: No such file or directory
make[1]: *** No rule to make target `build_config.mk'. Stop.
make[1]: Leaving directory `photon/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2