Skip to content

Commit

Permalink
Update INSTALL
Browse files Browse the repository at this point in the history
removed outdated comment about installing gcc 5... it confuses the rare people reading the install man page
  • Loading branch information
djm34 authored and tpruvot committed Mar 9, 2024
1 parent ff4aa98 commit a132980
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ First, install Cuda toolkit and nVidia Driver, and type `nvidia-smi` to check if
Install dependencies
```sudo apt-get install libcurl4-openssl-dev libssl-dev libjansson-dev automake autotools-dev build-essential```

Ubuntu is now shipped with gcc 6 or 7 so please install gcc/g++ 5 and make it the default (required by the cuda toolkit)
```
sudo apt-get install gcc-5 g++-5
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 1
```

Then use the helper ./build.sh in ccminer source folder, edit configure.sh and the Makefile.am if required.
```
Expand Down

0 comments on commit a132980

Please sign in to comment.