Skip to content

Commit 47bf54d

Browse files
author
timlinux
committed
Fixed small problem with missing line break in mac install notes for gsl
git-svn-id: http://svn.osgeo.org/qgis/trunk@7247 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2437634 commit 47bf54d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

INSTALL

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,8 @@ Then extract it and build it to a prefix of /usr/local:
467467
cd gsl-1.8
468468
./configure --prefix=/usr/local
469469
make
470-
sudo make install cd ..
470+
sudo make install
471+
cd ..
471472

472473

473474

INSTALL.t2t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,8 @@ tar xvfz gsl-1.8.tar.gz
379379
cd gsl-1.8
380380
./configure --prefix=/usr/local
381381
make
382-
sudo make install cd ..
382+
sudo make install
383+
cd ..
383384
```
384385

385386
=== Additional Dependencies : Expat ===

0 commit comments

Comments
 (0)