From fbff73e67734eadaf40a9e2796e50f8d25de3fef Mon Sep 17 00:00:00 2001 From: buddhi1980 Date: Thu, 10 Sep 2015 09:39:24 +0200 Subject: [PATCH] updated info about gamepad support --- mandelbulber2/deploy/NEWS | 2 +- mandelbulber2/deploy/README | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/mandelbulber2/deploy/NEWS b/mandelbulber2/deploy/NEWS index 468bf4c62..2c7fa756d 100644 --- a/mandelbulber2/deploy/NEWS +++ b/mandelbulber2/deploy/NEWS @@ -23,7 +23,7 @@ v2.05 - added render statistics table (under histograms) - improved placement of auxiliary lights - added auto-recovery function (possible to recover work after application crash) -- added experimental gamepad control for recording flight animations +- added experimental gamepad control for recording flight animations (actually works under Linux with Qt5.5) - added 'GeneralizedFoldBox' formula - added 'Mandelbulb5' formula (much extended Mandelbulb formula) - added 'Mandelbox - extended' formula diff --git a/mandelbulber2/deploy/README b/mandelbulber2/deploy/README index 8b613cb00..d72858e48 100755 --- a/mandelbulber2/deploy/README +++ b/mandelbulber2/deploy/README @@ -21,17 +21,6 @@ LICENCE: GNU GPL v3.0 packages needed to run: libqt5gui5, libpng12-0, libgsl0ldbl, libgomp1 packages needed to compile: qt5-default, libpng12-dev, qttools5-dev, qttools5-dev-tools, libgsl0-dev, libgsl0ldbl, libgomp1 -for gamepad support (which is optional) there are needed additional packages: -qt5base-private-dev, libsdl2-dev - -additionally you need to compile qtgamepad module (needed at least Qt5 5 - -git clone http://code.qt.io/cgit/qt-labs/qtgamepad.git -cd qtgamepad -qmake -make -make docs -sudo make install On Ubuntu or Debian: apt-get install libqt5gui5 qt5-default libpng12-0 libpng12-dev qttools5-dev qttools5-dev-tools libgsl0-dev libgsl0ldbl libgomp1 @@ -43,6 +32,17 @@ qmake mandelbulber.pro make all cd .. +for gamepad support (which is optional and actually works only under Linux) there are needed additional packages: +qt5base-private-dev, libsdl2-dev + +additionally you need to compile qtgamepad module (needed at least Qt5 5 +git clone http://code.qt.io/cgit/qt-labs/qtgamepad.git +cd qtgamepad +qmake +make +make docs +sudo make install + 3. INSTALLATION please type: @@ -53,7 +53,7 @@ please type: 4. TESTED ON: - Debian Stretch x64 -- gcc 4.9 +- gcc 4.9, 5.2 - Qt 5.4.2 5. USAGE