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
AgeCommit message (Collapse)Author
2008-07-12Patch #17310: Fixing urls in main READMEJoshua Leung
Thanks to Dietrich Bollmann (diresu) for the patch
2004-08-24Test commit, nothing to see here.Matt Ebb
2003-08-10- Split build/install info out from README into INSTALLWouter van Heyst
- Add information on the .blender dir - Add some helpful links
2003-06-12Added some small comments on cygwin building under windows.Kent Mein
From this post... http://projects.blender.org/viewcvs/viewcvs.cgi/blender/doc/README.windows-gcc?rev=1.3&cvsroot=bf-blender&content-type=text/vnd.viewcvs-markup Kent
2003-05-30This is a fun one ;)Kent Mein
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
2003-05-29Added Jan's Notes on NetBSD/pkgsrc building the source...Kent Mein
Kent
2003-05-26updated comment for osx compilingTon Roosendaal
2003-05-13Added some comments on FTGLKent Mein
Kent
2003-05-10- Provide upstream urls for the i18n work (gettext, freetyp2 and FTGL)Wouter van Heyst
- Explain not all translations are done yet in the release - List the needed patch for FTGL to get uniformly coloured glyphs
2003-04-29added instructions on how to enable QuickTime support on OS XStefan Gartner
2003-01-28Modified MSVC intern projectfiles - XCOPY doesn't need the /E option.Simon Clitherow
Updated README to suit the new 'merged' blender target. --aphex
2003-01-27- Update the basic Makefile tips to reflect the current situationWouter van Heyst
- Update the upstream ODE site to it's current canonical location - Update the location of bundled ODE to extern/ - Removed the manual unpacking of fmod for OSX, it's in lib/ now - Add the #blendersauce irc channel to the contact information - some minor cosmetic fixes
2003-01-07Added another fink bit under the macosX instructions.Kent Mein
6. python22 ((addes the static lib for python) fink install python22) You will probably want to select python22-nox-shlibs when it asks you. After you have done this you should install the mx lib from: http://www.egenix.com/files/python/mxTextTools.html Kent
2003-01-07Ok took out the ln -s for the GL headers.Kent Mein
A little looking shows that MacOSX uses OpenGL/blah.h instead of GL/blah.h Looks like time for more ifdef's I also added a note to fink install cvs (fixes a bug in the cvs you get by default with empty dirs) Kent
2003-01-07Ok hopefully this is the last one for macosX ;)Kent Mein
Added this: Step 4: cd /System/Library/Frameworks/OpenGL.framework/ ln -s Headers GL Kent
2003-01-07added for MacOSX instructions: (This has the static lib for libcrypto)Kent Mein
2. openssl-dev (fink install openssl-dev) Kent
2003-01-06Updated the fink calls to libjpeg and libpng instead of just jpeg and png.Kent Mein
Kent
2002-12-23Updated README with directions for Windows.Maarten Gribnau
Maarten
2002-12-20Added a link for where to get glutKent Mein
Kent -- mein@cs.umn.edu
2002-12-20Added the the magic compiler flag that will turn on game-engine integration ↵Maarten Gribnau
with Blender. The line is commented by default as was discussed on the list. Maarten
2002-12-17Updated the readme section on building OSX.Maarten Gribnau
Not sure whether this should also go in the xml file in the doc directory. If so, what editor should I use? Maarten
2002-11-27Fixed some stuipid bugs in the Makefile.am's andKent Mein
added --with-ode=prefix to configure.ac Getting closer to building... Kent -- mein@cs.umn.edu
2002-11-21Moved the stuff on autoconfig to doc/autoconfig.txt and added quite a bitKent Mein
more on the basics of it. (as well as put a link to it in the README) Kent -- mein@cs.umn.edu
2002-11-19Ok I added the following options to configure.acKent Mein
--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
2002-11-15removed the comments about libtool not working :)Kent Mein
Kent -- mein@cs.umn.edu
2002-11-15Ok were getting somewhere here ;)Kent Mein
I'm not an expert at this but I think I'm getting the hang of it quite nicely. I added autoconf stuff for most of the intern dir. I move readme.txt to README and added the following section to it: ********************************************************************* ********************************************************************* 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. Add the following to configure.ac --with-openssl=dir --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 figure out why the heck the libtool that gets created is wrong on my system (mein@cs.umn.edu) :) Kent -- mein@cs.umn.edu