i have error compiling your sources:
/bin/sh ../share/genbuild.sh obj/build.h
make: *** No rule to make target `obj/scrypt.o', needed by `onecoind'. Stop.
make: *** Waiting for unfinished jobs....
And what kind of compiling instructions might it be?
Just compiled, like for any other coin:
git clone git://github.com/cre8r/onecoin.git
cd onecoin/
qmake
make
Or, for headless onecoind
git clone git://github.com/cre8r/onecoin.git
cd onecoin/src
make -f makefile.unix
Of course, all dependencies must be installed.