[Yt-svn] yt: Updating printouts to include FTYPE and PNG toggles.

hg at spacepope.org hg at spacepope.org
Mon Dec 6 07:13:18 PST 2010


hg Repository: yt
details:   yt/rev/b6801cb9e5aa
changeset: 3575:b6801cb9e5aa
user:      Matthew Turk <matthewturk at gmail.com>
date:
Mon Dec 06 07:13:15 2010 -0800
description:
Updating printouts to include FTYPE and PNG toggles.

diffstat:

 doc/install_script.sh |  8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r f631c849471d -r b6801cb9e5aa doc/install_script.sh
--- a/doc/install_script.sh	Mon Dec 06 07:09:33 2010 -0800
+++ b/doc/install_script.sh	Mon Dec 06 07:13:15 2010 -0800
@@ -143,6 +143,14 @@
 get_willwont ${INST_BZLIB}
 echo "be installing bzlib"
 
+printf "%-15s = %s so I " "INST_PNG" "${INST_PNG}"
+get_willwont ${INST_PNG}
+echo "be installing libpng"
+
+printf "%-15s = %s so I " "INST_FTYPE" "${INST_FTYPE}"
+get_willwont ${INST_FTYPE}
+echo "be installing freetype2"
+
 printf "%-15s = %s so I " "INST_HG" "${INST_HG}"
 get_willwont ${INST_HG}
 echo "be installing Mercurial"



More information about the yt-svn mailing list