Doesn't compile on linux:
ryan@tesla:~/Coins$ cd friendshipcoin-master/src/
ryan@tesla:~/Coins/friendshipcoin-master/src$ chmod +x leveldb/build_detect_platform
ryan@tesla:~/Coins/friendshipcoin-master/src$ make -f makefile.unix
Building LevelDB ...
make[1]: Entering directory `/home/ryan/Coins/friendshipcoin-master/src/leveldb'
make[1]: *** No rule to make target `libleveldb.a'. Stop.
make[1]: Leaving directory `/home/ryan/Coins/friendshipcoin-master/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2
I thought I had that fixed, crap. If you copy in the leveldb from litecoin it works. I'm not sure what the problem is with it in it's current state.