Post
Topic
Board Announcements (Altcoins)
Re: [ANN] PHO Photon (blake 256) MERGE MINING 4 COINS AT ONCE - ON 2 EXCHANGES
by
cinnamon_carter
on 21/05/2014, 22:37:24 UTC
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/42e5fa1178107442e68a38acfb76ab8df7f5a69a

Did anyone try to build photond for linux? File permissions are wrong, seems like it wasnt even tested before the release..
Code:
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