Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2003-05-30 19:06:54 +0400
committerKent Mein <mein@cs.umn.edu>2003-05-30 19:06:54 +0400
commit3c7c20676e1666f2d684571b501d7ac8762a91e0 (patch)
tree3928428752f6b1c30ed3ceceae7f5e550d764300 /README
parent42d04bec4d434b959dc118a9f42f0d9c32547bf9 (diff)
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
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 7 insertions, 10 deletions
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