Skip to content

Commit

Permalink
install docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
madMAx43v3r committed Feb 8, 2025
1 parent c798168 commit c004117
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/content/docs/guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,24 @@ Ubuntu Linux:
```
sudo apt update
sudo apt install git cmake build-essential automake libtool pkg-config curl libminiupnpc-dev libjemalloc-dev libzstd-dev zlib1g-dev ocl-icd-opencl-dev clinfo screen
# Optional dependencies:
sudo apt install qtwebengine5-dev # for native GUI
sudo apt install nvidia-cuda-toolkit # for CUDA compute (farming)
```

Arch Linux:
```
sudo pacman -Syu
sudo pacman -S base-devel git cmake curl miniupnpc jemalloc zstd zlib opencl-headers ocl-icd clinfo screen
# Optional dependencies:
sudo pacman -S qt5-webengine # for native GUI
sudo pacman -S cuda # for CUDA compute (farming)
```

Fedora Linux:
```
sudo yum install kernel-devel git cmake automake libtool curl gcc gcc-c++ miniupnpc-devel jemalloc-devel ocl-icd-devel zlib-ng-devel zstd clinfo screen
# Optional dependencies:
sudo yum install qt5-qtwebengine-devel # for native GUI
```

Expand Down

0 comments on commit c004117

Please sign in to comment.