anyone can grab the source and compile for that. and for linux its a 5 min job to compile.
Ahmed
Damn, I wish.
Anyone have a better and or easier to understand tutorial then build-unix.md?
I'm using linux mint 17 and am totally confused as to what exact dependencies are required as well as
I can def cut and paste in lines like
Build requirements:
sudo apt-get install build-essential
sudo apt-get install libtool autotools-dev autoconf
sudo apt-get install libssl-dev
To build with Qt 4 you need the following:
sudo apt-get install libqt4-dev libprotobuf-dev protobuf-compiler
However not sure where to go from here.
These commands don't seem to be cut and paste. autogen seems to have some cut and paste code but configure and make ....
To Build
---------------------
./autogen.sh
./configure
make
This will build ixcoin-qt as well if the dependencies are met.
edit( what is the ./ referring to?)