Skip to content

Commit

Permalink
Remove newlines from Fedora dependencies list in install
Browse files Browse the repository at this point in the history
Prevents copy-pasting dependencies line to terminal in one shot
  • Loading branch information
nyalldawson committed Jun 26, 2017
1 parent e70f741 commit 23ddace
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions INSTALL
Expand Up @@ -362,13 +362,7 @@ new subdirectory called `build` or `build-qt5` in it.
3.9.1. Install build dependencies
=================================

dnf install qt5-qtwebkit-devel qt5-qtlocation-devel qt5-qttools-static
qt5-qtscript-devel qca-qt5-devel python3-qt5-devel python3-qscintilla-qt5-devel
qscintilla-qt5-devel python3-qscintilla-devel python3-qscintilla-qt5
clang flex bison geos-devel gdal-devel sqlite-devel libspatialite-devel
qt5-qtsvg-devel qt5-qtxmlpatterns-devel spatialindex-devel expat-devel proj-devel
qwt-qt5-devel gsl-devel postgresql-devel cmake python3-future gdal-python3
python3-psycopg2 python3-PyYAML qca-qt5-ossl qwt-devel qtkeychain-qt5-devel
dnf install qt5-qtwebkit-devel qt5-qtlocation-devel qt5-qttools-static qt5-qtscript-devel qca-qt5-devel python3-qt5-devel python3-qscintilla-qt5-devel qscintilla-qt5-devel python3-qscintilla-devel python3-qscintilla-qt5 clang flex bison geos-devel gdal-devel sqlite-devel libspatialite-devel qt5-qtsvg-devel qt5-qtxmlpatterns-devel spatialindex-devel expat-devel proj-devel qwt-qt5-devel gsl-devel postgresql-devel cmake python3-future gdal-python3 python3-psycopg2 python3-PyYAML qca-qt5-ossl qwt-devel qtkeychain-qt5-devel

To build QGIS server additional dependencies are required:

Expand Down

3 comments on commit 23ddace

@3nids
Copy link
Member

@3nids 3nids commented on 23ddace Jun 27, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nyalldawson I think this file is generated automatically, you should rather update the t2t file.

@nyalldawson
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah crap - forgot about that

@NathanW2
Copy link
Member

@NathanW2 NathanW2 commented on 23ddace Jun 27, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.