how to build magic miner of sources on linux debian wheezy 7.3
That's pretty straightforward, instructions on this page
https://github.com/magi-project/magi-minerd./autogen.sh
CFLAGS="-O3 -march=native -mtune=native" CXXFLAGS="-O3 -march=native -mtune=native" ./configure
make
will need
sudo apt-get install gfortran
too, follow the output, if something missing, install it.