From 9d04159719c0d665a5cbd777bcb47ea8af73e266 Mon Sep 17 00:00:00 2001 From: Gambhiro Bhikkhu Date: Mon, 29 Jan 2018 04:42:22 +0000 Subject: [PATCH] updating build instructions for Ubuntu 17.10 --- Data/BuildGuideLinux.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Data/BuildGuideLinux.md b/Data/BuildGuideLinux.md index ba301d6..5be1688 100644 --- a/Data/BuildGuideLinux.md +++ b/Data/BuildGuideLinux.md @@ -1,6 +1,6 @@ # Build Guide for Linux -The following has been tested on 16.04.2 (xenial). +The following has been tested on Ubuntu 17.10 (artful). Make sure the package lists are up-to-date: @@ -19,7 +19,7 @@ git clone --depth=1 https://mfeemster@bitbucket.org/mfeemster/fractorium.git Install the dependencies. ``` -sudo apt-get install g++ libgl1-mesa-dev libgl-dev libglm-dev libjpeg-dev libpng16-dev libqt5opengl5-dev libtbb-dev libxml2-dev ocl-icd-libopencl1 ocl-icd-opencl-dev opencl-headers qt5-default qt5-qmake qtbase5-dev libopenexr22 libopenexr-dev +sudo apt-get install g++ libc6-dev libgl1-mesa-dev libgl-dev libglm-dev libjpeg-dev libpng-dev libqt5opengl5-dev libtbb-dev libxml2-dev ocl-icd-libopencl1 ocl-icd-opencl-dev opencl-headers qt5-default qt5-qmake qtbase5-dev libopenexr22 libopenexr-dev ``` Install the OpenCL drivers and opencl support for your hardware. @@ -29,10 +29,10 @@ For AMD get their drivers from their site, build and install the .deb package. For Nvidia: ``` -sudo apt-get install nvidia-modprobe nvidia-prime nvidia-367 nvidia-367-dev +sudo apt-get install nvidia-modprobe nvidia-prime nvidia-384 nvidia-384-dev ``` -Optionally you can install the Nvidia-specific `nvidia-libopencl1-367` package, +Optionally you can install the Nvidia-specific `nvidia-libopencl1-384` package, but keep in mind that this will remove the generic ones (`ocl-icd-opencl-dev` and `ocl-icd-libopencl1`).