Sorry buddy, I've compiled version only for Ubuntu x64 14.04 and for BAMT.
Do you need it?
I would like the BAMT version. Or directions on how to compile it myself.
git clone https://github.com/lasybear/sph-sgminer_x11mod
cd ./sph-sgminer_x11mod
< Please insert AMD ADL files adl_defines.h adl_sdk.h adl_structures.h to folder ./sph-sgminer_x11mod/ADL_SDK.
They can be found at http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/ >
./autogen.sh
./configure
make
That's all )
I followed these instructions and am having trouble getting the new sgminer to work. Will this replace the old sgminer completely so that the start mining/stop mining commands in bamt will use the new sgminer or do you have to do a manual control of the new miner?
have you finished last command: make?
if yes you simply go to folder where you compiled
and before you start new sgminer make sure you manually stop bamt sgminer
command: mine stop
after that you make config file for examle 270.conf and save it in same folder where is new compiled sgminer
and start it by command:
./sgminer -c 270.conf
Hope this help you

PS> make sure you read this:
https://github.com/lasybear/sph-sgminer_x11mod/blob/master/README.md