Skip to content

Commit 942ca94

Browse files
committed
Merge pull request #45 from selvik/patch-1
Trivial update to README.md
2 parents 39ce8a2 + af8fcee commit 942ca94

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

unix/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@ releasing a source package.
1111
NB if you have improvements to the below instructions, please add a comment
1212
to issue #1, or (if you are working in a branch) send us a pull request.
1313

14+
Dependencies
15+
============
16+
17+
By default POV-Ray will attempt to build using system-supplied libraries for
18+
boost, zlib, libpng, libjpeg, libtiff, and openexr. We recommend you have the
19+
following packages pre-installed:
20+
21+
libboost-dev
22+
zlib1g-dev
23+
libpng12-dev
24+
libjpeg8-dev
25+
libtiff5-dev
26+
libopenexr-dev
27+
1428
Generating configure and building the code
1529
==========================================
1630

@@ -42,17 +56,3 @@ of the user (or root) who is doing the installation.
4256

4357
Please see [unix/install.txt](install.txt) for more details about available
4458
configuration options etc.
45-
46-
Dependencies
47-
============
48-
49-
By default POV-Ray will attempt to build using system-supplied libraries for
50-
boost, zlib, libpng, libjpeg, libtiff, and openexr. We recommend you have the
51-
following packages pre-installed:
52-
53-
libboost-dev
54-
zlib1g-dev
55-
libpng12-dev
56-
libjpeg8-dev
57-
libtiff5-dev
58-
libopenexr-dev

0 commit comments

Comments
 (0)