Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][MAX] MaxCoin
by
delovan
on 06/02/2014, 20:47:12 UTC
linux build in progress:

git clone https://github.com/Max-Coin/MaxCoin.git
cd MaxCoin/src
make -f makefile.unix
/bin/sh: ./build_detect_platform: Permission denied
find . -name build_det* -ls
chmod a+x $(find . -name build_det*)
find . -name build_det* -ls
make -f makefile.unix
alert.cpp:260:1: fatal error: opening dependency file obj/alert.d: No such file or directory
mkdir obj
make -f makefile.unix
g++: error: cryptopp/libcryptopp.a: No such file or directory
g++: error: /usr/lib/libminiupnpc.a: No such file or directory
Huh



Basic *nix build instructions:
   ./autogen.sh   # only needed if building from git repo
   ./nomacro.pl   # only needed if building on Mac OS X or with Clang
   ./configure CFLAGS="-O3"
   make