Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [SHA256]+[CPU] MediterraneanCoin (MED) - REUSE your ERUPTER!!
by
battsali
on 16/08/2014, 16:01:08 UTC
can someone explain to me how do I set up the latest bfgminer? If I do git clone I still get bfgminer 3.9 and if I wget the 4.5 tar and do ./autogen.sh I get not a git repository

so then I do

autogen.sh
./configure
make

But it fails in the make process

make[2]: Entering directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[2]: *** No rule to make target `../ccan-upstream/ccan/opt/helpers.c', needed by `../ccan-upstream/ccan/opt/libccan_a-helpers.o'.  Stop.
make[2]: Leaving directory `/home/jp/bfgminer-4.5.0-med/ccan.bfg'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jp/bfgminer-4.5.0-med'
make: *** [all] Error 2

I am relatively new to linux

hi mill
and i'm not a linux expert but before time i play with this bfgminer 3.9 to 3.10 on Ubuntu
and if i remember correctly i use "git pull" to update to the latest version
later today i will try with 4.5 and will report
do you successful build bfg 3.9 ? and what linux distro you use?

Yeah i can build 3.9 no problem. Im running the latest ubuntu.


strange   Huh
after git pull , update to latest
and after build i get strange version when start
bfgminer -- help show

work but strange

mill try on my way

cd bfgminer
git pull
./autogen.sh
./configure
sudo make