FortuneBlock is a community-driven project, and we welcome anyone to join us to make it stronger.
Clone the code:
$ git clone https://github.com/FortuneBlockTeam/fortuneblockCompile depends:
$ cd fortuneblock/depends
$ make -j4 # Choose a good -j value, depending on the number of CPU cores available
$ cd ..Building Fortuneblock Core
$ ./autogen.sh
$ ./configure --prefix=`pwd`/depends/<host>
$ make
$ make install # optionalPlease replace <host> with your local system's host-platform-triplet. The following triplets are usually valid:
i686-pc-linux-gnufor Linux32x86_64-pc-linux-gnufor Linux64i686-w64-mingw32for Win32x86_64-w64-mingw32for Win64x86_64-apple-darwin14for MacOSXarm-linux-gnueabihffor Linux ARM 32 bitaarch64-linux-gnufor Linux ARM 64 bit
If you want to cross-compile for another platform, choose the appropriate <host> and make sure to build the
dependencies with the same host before.
Fortuneblock is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.