Author

Topic: sgminer 5.1.1 - need help to compile 32 bit for linux (Read 1336 times)

full member
Activity: 181
Merit: 100
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
newbie
Activity: 63
Merit: 0
I am having the hardest time trying to compile sgminer 5.1.1 for linux 32 bit.

Does anyone have any information?
Jump to: