Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AsicCoin (ASC) | SHA256 - The coin for ASIC Mining! | No Premine
by
maxpower
on 19/09/2013, 21:44:15 UTC
Anyone any luck or do have tips how to make/compile the Qt-wallet for Ubuntu (13.04) ?? Without the Qt running I can't solo mine. Cry
Same problem!

Now ASC is on CoinWarz!
what's the compiling errors?
I did the following:

sudo su

apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev

no errors, every thing runned fine. Than:

cd src
make -f makefile.unix

Building LevelDB ...
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/aaaa/asiccoin-master/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 `/home/aaaa/asiccoin-master/src/leveldb'
make: *** [leveldb/libleveldb.a] Error 2



From the top-level directory, try:

Code:
chmod 755 src/leveldb/build_detect_platform