Go to file
Michel Selten e1ab3cf480 SCons updates
* Game engine can now be build on Linux. By default this feature is disabled.
  The reason is that you need to have a precompiled version of the ode library
  for your gcc version.
  To enable ode support you need to do the following:
  - compile ode.
  - set BUILD_GAMEENGINE = 'true' in the config.opts file.
  - set USE_PHYSICS='ode' in the config.opts file.
  - set the ODE_INCLUDE and ODE_LIBPATH to valid locations.

* Linking order has changed for the game engine
  There are cyclic dependencies between libraries. On linux we have to do some
  duplicate linking. I looked at the order of linking in source/Makefile, and
  did some clean up.
2004-02-22 19:01:12 +00:00
bin/.blender Thanks to Li Jun (oyster), here's a Simplified Chinese translation for Blender's interface. 2004-01-27 11:12:33 +00:00
doc fix for description of UI_BLOCK_RET_1. 2003-11-21 13:16:04 +00:00
extern Work done to build blender on Linux [sparc64]. 2004-01-01 23:19:08 +00:00
intern SCons updates 2004-02-15 19:25:32 +00:00
make/msvc_7_0 - update VC7 projectfiles 2004-01-02 23:35:21 +00:00
po - added czech translation (cs.po) 2003-09-08 12:13:54 +00:00
projectfiles some MSVC cleanup. 2004-01-21 20:57:29 +00:00
release - added new translation files pt_br & zh_cn, and the new python scripts 2004-02-01 15:42:14 +00:00
source SCons updates 2004-02-22 19:01:12 +00:00
blender.sln - update VC7 projectfiles 2004-01-02 23:35:21 +00:00
COPYING Ok were getting somewhere here ;) 2002-11-15 06:57:59 +00:00
Makefile Commit of cursor framework. Cursors now defined in source/blender/src/cursors.c and 2003-12-26 20:12:42 +00:00
README - Split build/install info out from README into INSTALL 2003-08-10 13:55:20 +00:00
SConstruct SCons updates 2004-02-22 19:01:12 +00:00

Welcome to the fun world of open-source.

For instructions on building and installing Blender, please see the file named
INSTALL.


---------------------.Blanguages and the .blender directory---------------------

The .blender directory holds various data files for Blender.
In the 2.28a release those are the .Blanguages file containing a list of
translations, the translations themselves and a default ttf font.

Blender checks for the presence of this directory in several locations:
	- the current directory
	- your home directory
	- On OSX, the blender bundle is also checked 
	- On Windows, the installation dir is checked.

If you get a 'File ".Blanguages" not found' warning, try to copy the .blender
dir to one of these locations (your home directory being recommended).



-------------------------------------Links--------------------------------------

Getting Involved:
http://www.blender.org/docs/get_involved.html

Community:
http://www.blender3d.org/Community/

Main blender development site:
http://www.blender.org/

The Blender project homepage:
http://projects.blender.org/projects/bf-blender/

Documentation:
http://www.blender.org/modules.php?op=modload&name=documentation&file=index

Bug tracker:
http://projects.blender.org/tracker/?atid=125&group_id=9&func=browse

Feature request tracker:
http://projects.blender.org/tracker/?atid=128&group_id=9&func=browse