Some directions for linux users who hassle with compilation:
1. Fix leveldb
cd BurnerCoin/src/leveldb
chmod +x build_detect_platform
make libleveldb.a libmenv.a
2. Fix BurnerCoin-qt.pro
Clear all sufixes in lines #18-#34 (just in case)
line #74 USE_QRCODE=1 to USE_QRCODE=0 if you get qrcode error
3. if you get an error while using qmake, use qmake-qt4
Seems to work after that.
Good luck!
For those who have no luck:
You can try using this 64-bit compilation.
All what I did was to compile devs sources.
I can't guarantee it works with your distro. Is supposed to work with Mint 13 64-bit provided that dependencies are met.
https://www.dropbox.com/s/bip6j4r98rmroqf/BurnerCoin.tar.gzFirst launch may resoult with strange error. Ask dev why. Just ignore and try again.
For the dev:
could you do something sources would compile clearly?