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-21 17:20:42 +0300
committerKent Mein <mein@cs.umn.edu>2002-11-21 17:20:42 +0300
commit1f0fff0dc555dd927bc7b5f3c2d0ef549351fed2 (patch)
tree6df54c39c7ab459a753f8d5aeedb521e5df076c0 /README
parent8328f6d5a7dad94a4e8a4c2d450185e68ade2299 (diff)
Moved the stuff on autoconfig to doc/autoconfig.txt and added quite a bit
more on the basics of it. (as well as put a link to it in the README) Kent -- mein@cs.umn.edu
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 6 insertions, 27 deletions
diff --git a/README b/README
index 74567b6a2b3..dafe3e8ef23 100644
--- a/README
+++ b/README
@@ -26,33 +26,12 @@ http://www.mesa3d.org
*********************************************************************
*********************************************************************
We are in the process of moving things over to automake/autoconf
-The old makefiles are still in place and will work. If you want to
-get a working blender skip down to the next section and use this readme as
-a guide.
-
-If you want to play with the new autoconf environment you need to do the
-following, inside this dir:
-./bootstrap
-mkdir ../newdir
-cd ../newdir
-../blender/configure
-
-Take a look at INSTALL for options you can give to configure.
-About half of the intern directory is done so you won't get very far.
-If you want to work on fixing it you need to edit Makefile.am's and
-configure.ac
-after editing those files you need to run bootstrap again.
-
-TODO to finish up the intern dir
-Square away how ghost works.
-(i.e. would be nice if under windows you could choose X11 or normal windows
-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.
-fix the following in configure.ac
- --with-mozilla=dir (get it so nspr is autodetected here)
- --with-nspr=dir (incase in different dir)
+The old makefiles are still in place and will work.
+If you want to get a working blender skip down to the next section
+and use this readme as a guide.
+
+If you want to play with the new autoconf environment take a look at
+doc/autoconfig.txt
*********************************************************************
*********************************************************************