35 ```$ sudo dnf install gcc cmake cmake-gui libX11 libXinerama-devel libXrandr-devel libXext doxygen freetype freetype-devel pulseaudio-libs-devel fontconfig-devel libcurl flac-devel libvorbis-devel``` |
35 ```$ sudo dnf install gcc cmake cmake-gui libX11 libXinerama-devel libXrandr-devel libXext doxygen freetype freetype-devel pulseaudio-libs-devel fontconfig-devel libcurl flac-devel libvorbis-devel``` |
36 |
36 |
37 ---- |
37 ---- |
38 |
38 |
39 ### Ubuntu 18.04 64 bit system dependencies |
39 ### Ubuntu 18.04 64 bit system dependencies |
40 Run the command below to install all the dependencies on Fedora distros after Fedora 26. |
40 Run the command below to install all the dependencies on Ubuntu 18.04. |
41 |
41 |
42 ```$ sudo dnf install gcc cmake cmake-gui libx11-dev libxinerama-dev libxrandr-dev libxtst-dev doxygen freetype libfifechan-dev libfreetype6-dev libpulse-dev libfontconfig1-dev libflac-dev libvorbis-dev``` |
42 ```$ sudo apt-get install gcc cmake cmake-gui libx11-dev libxinerama-dev libxrandr-dev libxtst-dev doxygen freetype libfifechan-dev libfreetype6-dev libpulse-dev libfontconfig1-dev libflac-dev libvorbis-dev``` |
43 |
43 |
44 |
44 |
45 ---- |
45 ---- |
46 |
46 |
47 ## Install Gorgon using cmake (Linux) |
47 ## Install Gorgon using cmake (Linux) |