Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
timlinux committed Oct 3, 2007
1 parent 2437634 commit 47bf54d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion INSTALL
Expand Up @@ -467,7 +467,8 @@ Then extract it and build it to a prefix of /usr/local:
cd gsl-1.8
./configure --prefix=/usr/local
make
sudo make install cd ..
sudo make install
cd ..



Expand Down
3 changes: 2 additions & 1 deletion INSTALL.t2t
Expand Up @@ -379,7 +379,8 @@ tar xvfz gsl-1.8.tar.gz
cd gsl-1.8
./configure --prefix=/usr/local
make
sudo make install cd ..
sudo make install
cd ..
```

=== Additional Dependencies : Expat ===
Expand Down

0 comments on commit 47bf54d

Please sign in to comment.