Skip to content

Commit

Permalink
updated info about gamepad support
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhi1980 committed Sep 10, 2015
1 parent 9cd0ce7 commit fbff73e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion mandelbulber2/deploy/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 12 additions & 12 deletions mandelbulber2/deploy/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit fbff73e

Please sign in to comment.