Bitcoin Forum
July 10, 2024, 11:17:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: sgminer 5.1.1 - need help to compile 32 bit for linux  (Read 1338 times)
sandy56 (OP)
Newbie
*
Offline Offline

Activity: 63
Merit: 0


View Profile
April 09, 2015, 06:52:05 PM
 #1

I am having the hardest time trying to compile sgminer 5.1.1 for linux 32 bit.

Does anyone have any information?
DragonSlayer
Full Member
***
Offline Offline

Activity: 181
Merit: 100



View Profile
April 10, 2015, 01:38:35 AM
 #2

Give this a shot.

Code:
apt-get install build-essential autoconf libtool libcurl4-openssl-dev libncurses5-dev pkg-config libudev-dev linux-headers-generic opencl-headers git

cd /opt/
rm -rf sgminer
git clone https://github.com/sgminer-dev/sgminer.git sgminer
cp /opt/ADL-SDK/include/* /opt/sgminer/ADL_SDK/
cd sgminer
git submodule init
git submodule update
autoreconf -i
CFLAGS="-O2 -Wall -march=native -std=gnu99" ./configure --enable-scrypt --enable-opencl
make

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!