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>2002-11-19 21:51:52 +0300
committerKent Mein <mein@cs.umn.edu>2002-11-19 21:51:52 +0300
commita8334b353ab2a76db9f4d90bbf5c8c3d566a24e9 (patch)
tree595e3ef2e5f4f85d9d7ffabbe1d7e999bd65e68c /README
parent8efde305ebb831115537c4003bae350e0a2a4859 (diff)
Ok I added the following options to configure.ac
--with-ssl=PFX Path to ssl files --with-libjpeg=PFX Path to libjpeg files --with-libpng=PFX Path to libpng files --with-libz=PFX Path to libz files --with-mozilla=PFX Path to mozilla files (The mozilla one still needs some work but its a start) I also cleaned up the blender/intern automake files a little as far as the python stuff goes, it still isn't doing the correct thing in intern/python/freeze but its a little closer I think. Anyone that has ideas on this I'm all ears :) Kent -- mein@cs.umn.edu
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 1 insertions, 6 deletions
diff --git a/README b/README
index 4ef9f9e475e..74567b6a2b3 100644
--- a/README
+++ b/README
@@ -50,14 +50,9 @@ libs, same with macos.. right now its a cludge and it doesn't do one explicitly
probably involves changing the way configure.ac picks stuff)
Get intern/python figured out.
-
-Add the following to configure.ac
- --with-openssl=dir
+fix the following in configure.ac
--with-mozilla=dir (get it so nspr is autodetected here)
--with-nspr=dir (incase in different dir)
- --with-jpeg=dir
- --with-png=dir
- --with-zlib=dir
*********************************************************************
*********************************************************************