Merge pull request #83 from gambhiro/linux-0.9.9.5

Linux 0.9.9.5
This commit is contained in:
Matt Feemster 2016-03-07 10:14:04 -08:00
commit e31a0de0e4
5 changed files with 11 additions and 8 deletions

View File

@ -12,13 +12,13 @@ Install the dependencies.
For Ubuntu 15.04 (vivid) and 15.10 (wily):
```
sudo apt-get install g++ libgl1-mesa-dev libgl-dev libglm-dev libjpeg-dev libpng12-dev libtbb-dev libxml2-dev qt5-default qt5-qmake qtbase5-dev libqt5opengl5-dev ocl-icd-libopencl1 ocl-icd-opencl-dev opencl-headers
sudo apt-get install g++ libgl1-mesa-dev libgl-dev libglm-dev libjpeg-dev libpng12-dev libqt5opengl5-dev libtbb-dev libxml2-dev ocl-icd-libopencl1 ocl-icd-opencl-dev opencl-headers qt5-default qt5-qmake qtbase5-dev
```
Install the OpenCL drivers and opencl support for your hardware. For AMD get their drivers from their site, build and install .deb package. For Nvidia:
```
sudo apt-get install nvidia-352 nvidia-352-dev nvidia-opencl-icd-352 nvidia-libopencl1-352 nvidia-prime nvidia-modprobe
sudo apt-get install nvidia-352 nvidia-352-dev nvidia-libopencl1-352 nvidia-modprobe nvidia-opencl-dev nvidia-opencl-icd-352 nvidia-prime
```
Note: There may be a more recent release on their site.

View File

@ -31,11 +31,11 @@ sudo apt-get install fractorium
### Install from .deb
Download: [fractorium_0.9.9.4-0ubuntu1_amd64.deb](https://launchpad.net/~fractorium/+archive/ubuntu/ppa/+files/fractorium_0.9.9.4-0ubuntu1_amd64.deb)
Download: [fractorium_0.9.9.5-0ubuntu1_amd64.deb](https://launchpad.net/~fractorium/+archive/ubuntu/ppa/+files/fractorium_0.9.9.5-0ubuntu1_amd64.deb)
```
cd ~/Downloads
sudo dpkg -i fractorium_0.9.9.4-0ubuntu1_amd64.deb
sudo dpkg -i fractorium_0.9.9.5-0ubuntu1_amd64.deb
```
## Mac OS/X (10.9+)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
fractorium (0.9.9.5-0ubuntu1) wily; urgency=low
* release 0.9.9.5
-- Gambhiro Bhikkhu <gambhiro.bhikkhu.85@gmail.com> Mon, 07 Mar 2016 15:26:36 +0000
fractorium (0.9.9.4-0ubuntu1) wily; urgency=low
* release 0.9.9.4

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: fractorium
Section: graphics
Priority: optional
Maintainer: Gambhiro Bhikkhu <gambhiro.bhikkhu.85@gmail.com>
Build-Depends: debhelper (>= 9), g++ (>= 4.9), libdbus-1-dev, libgl1-mesa-dev, libgl-dev, libglm-dev, libjpeg-dev, libpng12-dev, libtbb-dev, libxml2-dev, qt5-default, qt5-qmake, qtbase5-dev, libqt5opengl5-dev, ocl-icd-libopencl1
Build-Depends: debhelper (>= 9), g++ (>= 4.9), libgl1-mesa-dev, libgl-dev, libglm-dev, libjpeg-dev, libpng12-dev, libqt5opengl5-dev, libtbb-dev, libxml2-dev, ocl-icd-libopencl1, ocl-icd-opencl-dev, opencl-headers, qt5-default, qt5-qmake, qtbase5-dev
Standards-Version: 3.9.5
Homepage: http://mfeemster.deviantart.com/
Vcs-Git: https://github.com/mfeemster/fractorium

View File

@ -46,9 +46,6 @@ if [ ! -d '.git' -o ! -f 'main.pro' ]; then
exit 2
fi
# Make sure create-symlinks.sh will be executable.
chmod +x ./Builds/create-symlinks.sh
# Set defaults.
OPT_BUILD_BINARY=0
OPT_BUILD_SOURCE=1