Skip to content

Commit 3e668f9

Browse files
committed
Cherry-picked changes from master branch to make Unix build process compatible with contemporary versions of Automake and boost.
1 parent 942ca94 commit 3e668f9

File tree

12 files changed

+283
-4975
lines changed

12 files changed

+283
-4975
lines changed

unix/README

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ POV-Ray 3.7 source code.
1212
Source code package
1313
===================
1414

15+
+----------------------------------------------------------------------------+
16+
| NOTE: If this file does not reside in the root directory of your POV-Ray |
17+
| source package, you have received a platform-neutral package. In that case |
18+
| make sure to run the following command before you proceed: |
19+
| |
20+
| cd unix/ ; ./prebuild.sh ; cd ../ |
21+
+----------------------------------------------------------------------------+
22+
1523
This package contains the complete source code of POV-Ray for UNIX
1624
as well as its accompanying HTML documentation and supporting files.
1725
The package substructure is organized as follows:

unix/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ boost, zlib, libpng, libjpeg, libtiff, and openexr. We recommend you have the
1919
following packages pre-installed:
2020

2121
libboost-dev
22+
libboost-date-time-dev
23+
libboost-thread-dev
2224
zlib1g-dev
2325
libpng12-dev
2426
libjpeg8-dev
@@ -31,17 +33,17 @@ Generating configure and building the code
3133
% cd unix/
3234
% ./prebuild.sh
3335
% cd ../
34-
% ./configure COMPILED_BY="your name <email@address>"
36+
% ./configure COMPILED_BY="your name <email@address>"
3537
% make
36-
38+
3739
Note that the prebuild step will generate a few warnings as it still looks
3840
for some files no longer included in v3.7. This is harmless.
3941

4042
Installing
4143
==========
4244

4345
% make install
44-
46+
4547
This above installs POV-Ray under system-wide directories and needs root privileges.
4648
Installing as non-privileged user is also possible. By default (i.e. as root), 'make
4749
install' installs the following components:

0 commit comments

Comments
 (0)