From 12af9af58ab997e0d47b328ccdf0098d7cd1fe33 Mon Sep 17 00:00:00 2001
From: Ton Roosendaal <ton@blender.org>
Date: Mon, 26 May 2003 14:17:26 +0000
Subject: [PATCH] updated comment for osx compiling

---
 README | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README b/README
index a310865b0d0..c979542da3b 100644
--- a/README
+++ b/README
@@ -190,14 +190,17 @@ of the external libraries:
 1. openssl (fink install openssl)
 2. openssl-dev (fink install openssl-dev)
 3. jpeg    (fink install libjpeg)
-4. png     (fink install libpng)
+4. png     (fink install libpng3)
 5. cvs	   (fixes some bugs in the shipped cvs: fink install cvs)
 6. python22 ((addes the static lib for python) fink install python22)
-	You will probably want to select python22-nox-shlibs when
+	You will probably want to select python-nox when
 	it asks you.
+7. freetype (fink install freetype2)
 
-	After you have done this you should install the mx lib from:
-	http://www.egenix.com/files/python/mxTextTools.html
+After you have done this you should install the mx lib from:
+http://www.egenix.com/files/python/mxTextTools.html
+
+(we are currently in the process removing openssl and mxTextTools from Blender)
 
 Step 3:
 The rest of the external libraries are present in CVS in binary format so you
-- 
GitLab