Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SuperNET asset 12071612744977229797, trading symbol UNITY
by
onsightit
on 19/10/2014, 17:31:20 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"