From 3c7c20676e1666f2d684571b501d7ac8762a91e0 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 30 May 2003 15:06:54 +0000 Subject: This is a fun one ;) Removes ssl from blender. makes the following directorys not needed anymore: blender/intern/keymaker blender/source/blender/src/pub blender/source/blender/encrypt blender/source/blender/decrypt blender/source/blender/sign blender/source/blender/verify It works with The Nan Makefiles and autoconf, could whoever is working on the other build systems update them so we can nuke those directorys? They won't do anything but I figured I'd leave them in for a week or so to make things easyer on people. Kent --- README | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'README') diff --git a/README b/README index 7cbd3463a68..e6de64166a6 100644 --- a/README +++ b/README @@ -7,7 +7,6 @@ on irc.freenode.net Here are some links to external packages you may or may not need: -openssl: http://www.openssl.org python: http://www.python.org mxtexttools: http://www.egenix.com/files/python/mxTextTools.html (python lib) libjpeg: http://www.ijg.org/ @@ -75,7 +74,7 @@ fix the pointer to it I'm still working on automating this) --------------Basic Makefile TIPS--------------------------------------- Edit source/nan_definitions.mk to fit your environment, be sure to edit the -block matching your OS. You will want to change variables like NAN_OPENSSL, +block matching your OS. You will want to change variables like NAN_JPEG, NAN_PNG etc. to point to where you have those installed. If you want to integrate the game-engine in Blender, you might want @@ -187,20 +186,18 @@ your system in a fixed location. Step 2: You can use the package installer fink (http://fink.sourceforge.net/) for some 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 libpng3) -5. cvs (fixes some bugs in the shipped cvs: fink install cvs) -6. python22 ((addes the static lib for python) fink install python22) +1. jpeg (fink install libjpeg) +2. png (fink install libpng3) +3. cvs (fixes some bugs in the shipped cvs: fink install cvs) +4. python22 ((addes the static lib for python) fink install python22) You will probably want to select python-nox when it asks you. -7. freetype (fink install freetype2) +5. freetype (fink install freetype2) 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) +(we are currently in the process removing mxTextTools from Blender) Step 3: The rest of the external libraries are present in CVS in binary format so you -- cgit v1.2.3