@ -9,7 +9,7 @@ BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)
A part of the recent algos were originally written by [djm34 ](https://github.com/djm34 ) and [alexis78 ](https://github.com/alexis78 )
A part of the recent algos were originally written by [djm34 ](https://github.com/djm34 ) and [alexis78 ](https://github.com/alexis78 )
This variant was tested and built on Linux (ubuntu server 14.04, 16.04, Fedora 22 to 25)
This variant was tested and built on Linux (ubuntu server 14.04, 16.04, Fedora 22 to 25)
It is also built for Windows 7 to 10 with VStudio 2013, to stay compatible with Windows Vista.
It is also built for Windows 7 to 10 with VStudio 2013, to stay compatible with Windows 7 and Vista.
Note that the x86 releases are generally faster than x64 ones on Windows, but that tend to change with the recent drivers.
Note that the x86 releases are generally faster than x64 ones on Windows, but that tend to change with the recent drivers.
@ -30,27 +30,7 @@ To rebuild them, you need to clone this repository and its submodules :
git clone https://github.com/peters/curl-for-windows.git compat/curl-for-windows
git clone https://github.com/peters/curl-for-windows.git compat/curl-for-windows
# Linux
Compile on Linux
----------------
## Ubuntu
Please see [INSTALL ](https://github.com/tpruvot/ccminer/blob/linux/INSTALL ) file or [project Wiki ](https://github.com/tpruvot/ccminer/wiki/Compatibility )
Install dependencies
```sudo apt-get install git libcurl4-openssl-dev nvidia-cuda-toolkit build-essential```
Ubuntu is shipped with Gcc 7 so install Gcc 5 and make it the default
```
sudo apt-get install gcc-5 g++-5
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1
```
Clone code
```
git clone https://github.com/tpruvot/ccminer.git
cd ccminer
```
Use the helper ./build.sh (edit configure.sh and the Makefile.am if required)
```
./build.sh
./ccminer --version
```