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
This commit is contained in:
Kent Mein 2002-11-19 18:51:52 +00:00
parent 8efde305eb
commit a8334b353a

7
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
*********************************************************************
*********************************************************************