how to build QT wallet from source? I just get error.
post your errors.
For Linux.
/home/saberu/supercoin/Makefile
Unable to generate makefile for: SuperCoin-qt.pro
I fixed that by running with sudo but now still another problem. When I try and run make-
cd /home/saberu/supercoin/src/leveldb && CC=gcc CXX=g++ make OPT="-fpermissive -fstack-protector-all --param ssp-buffer-size=1 -O2" libleveldb.a libmemenv.a
/bin/sh: 1: ./build_detect_platform: Permission denied
make[1]: Entering directory `/home/saberu/supercoin/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/saberu/supercoin/src/leveldb'
make: *** [/home/saberu/supercoin/src/leveldb/libleveldb.a] Error 2
Ok I fixed that by using 777 permissions on all the src files. Ill see if compiles