I navigate to the dualminer-master folder on my pi. Type, sh ./configure --enable-dualminer --enable-scrypt --disable-opencl --without-libudev --prefix=$DIR_PATH/
make && make install
the output is
warning you should use --build, --host, --target
checking build configuration type... Invalid configuration 'make' machine 'make' not recognized
configure error /bin/bash ./config.sub make failed
I am very new to linux interface so I appreciate the help even tho this could be trivial for more experienced users. Thanks in advanced
Somehow I needed some privileges i didn't have under sudo. I did need to use "sudo su" for compiling. This won't solve this problem, because the machine is complaining about the build type. I gues you need to install some additional packages. I did to, but i dont recal which ones, so i'll have to check. If i get around to it, tommorow i'll check which dependencies needed to be installed.