Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SuperNET asset 12071612744977229797, trading symbol UNITY
by
jl777
on 19/10/2014, 19:28:04 UTC
Hey James, I'm currently helping with some VRC projects, but I could set up some VMs to test with next week.  Maybe this weekend if I'm lucky.
that would be great!

Some gotcha's not in the current build instructions for Unix:

libuv.a not found.  Had to install automake and update the am-api configuration variable to 1.14. Also had to run 'automake --add-missing' to install 'test-driver'.  Then run ./configure and make in libjl777/libuv.

After running 'make install' which put uv in /usr/local/lib, you need to run 'sudo ldconfig'.  Then edit the makefile.unix in src and change the LIBS variable from "... $(CURRDIR)/../libjl777/libs/libuv.a ..." to "... -luv ..."

FYI: These instructions in libjl777/README.md are a little whacked (:

   "cd libjl777 make onetime make make btcd make install"



it is much easier to build now

git clone https://github.com/jl777/btcd
cd btcd/libjl777
make onetime
make btcd

Now you should have BitcoinDarkd in the directory and then you just need to make a SuperNET.conf

James