nwoolls / xgminer-osx

Shell scripts for creating redistributable packages of CGMiner and BFGMiner for Mac OS X
54 stars 19 forks source link

cgminer compilation fix and readme update #6

Closed fabulouspanda closed 6 years ago

fabulouspanda commented 6 years ago

cgminer 4.10 doesn’t compile without libusb and requires the header file to be present in the working directory at build time so this compiles libusb and copies it over during miner builds if MINER_EXE == cgminer.

Also updated the readme to change sed to gnu-sed and add libevent, and updates links.

nwoolls commented 6 years ago

@fabulouspanda I'm confused - I am able to run e.g. ./RUNME_create_all_packages.sh and this creates the build of CGMiner 4.10 found on the Releases page for this repo - no errors compiling.

nwoolls commented 6 years ago

@fabulouspanda got it - my build was picking up libusb from Homebrew. Starting review.

fabulouspanda commented 6 years ago

I've done the same thing before too when something adds a dependency I already have installed :)