Post
Topic
Board Announcements (Altcoins)
Re: BiblePay - New Coin Launch - Official Thread
by
nananaminer
on 16/10/2017, 22:14:49 UTC

A New wallet always take hours to compile but is fun ;-)


To speed up the compile time, add -j4 or -j8 after make. This way it compiles using 4 or 8 threads instead of just 1.

./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/"

sudo make -j8

Reference: http://www.linux-databook.info/?page_id=2319