Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] [GRS] GroestlCoin, Proof of Work (PoW), CPU only at launch
by
vidocq
on 22/03/2014, 21:07:20 UTC
Quote
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

the configure is missing ? or do we need to use the configure.ac file ?


solved it with
Code:
autoreconf -vfi