Skip to content

Commit 23ddace

Browse files
committedJun 26, 2017
Remove newlines from Fedora dependencies list in install
Prevents copy-pasting dependencies line to terminal in one shot
1 parent e70f741 commit 23ddace

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

‎INSTALL

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -362,13 +362,7 @@ new subdirectory called `build` or `build-qt5` in it.
362362
3.9.1. Install build dependencies
363363
=================================
364364

365-
dnf install qt5-qtwebkit-devel qt5-qtlocation-devel qt5-qttools-static
366-
qt5-qtscript-devel qca-qt5-devel python3-qt5-devel python3-qscintilla-qt5-devel
367-
qscintilla-qt5-devel python3-qscintilla-devel python3-qscintilla-qt5
368-
clang flex bison geos-devel gdal-devel sqlite-devel libspatialite-devel
369-
qt5-qtsvg-devel qt5-qtxmlpatterns-devel spatialindex-devel expat-devel proj-devel
370-
qwt-qt5-devel gsl-devel postgresql-devel cmake python3-future gdal-python3
371-
python3-psycopg2 python3-PyYAML qca-qt5-ossl qwt-devel qtkeychain-qt5-devel
365+
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
372366

373367
To build QGIS server additional dependencies are required:
374368

3 commit comments

Comments
 (3)

3nids commented on Jun 27, 2017

@3nids
Member

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

nyalldawson commented on Jun 27, 2017

@nyalldawson
CollaboratorAuthor

Ah crap - forgot about that

NathanW2 commented on Jun 27, 2017

@NathanW2
Member
Please sign in to comment.