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
AgeCommit message (Collapse)Author
2011-03-14Fixes for GNUmakefile on Mac:Brecht Van Lommel
* Don't use "make install", doesn't work yet. * Use total number of cores rather than number of processors. * Quicker number of cores query, by not asking for all system info.
2011-03-06update 'make' GNUmakefile stub to run 'make install'Campbell Barton
update packman and debian for to disable portable install option.
2011-02-22part of a patch from Dan Eicher with some edits.Campbell Barton
- clean svn string: 35042:35051M -> 35051 - debian and pacman build with threads by default.
2011-02-19add 'make debug' option for stub cmake makefile.Campbell Barton
2011-02-14convenience targets for makefileCampbell Barton
clean, test, package_debian, package_pacman
2011-02-07Type checks for internal ID-Property UI min/max/tip & use defines to get ↵Campbell Barton
values from ID-Props. Probably wouldn't cause a problem but manually editing these types through python could easily crash blender. also changed cmake, stub-makefile default build dir to be lower case and leave out architecture string, easier for documentation. Use ../build/linux/ rather then ../build/Linux_i686/
2011-02-07- own error with sound unpack operator using NULL pointerCampbell Barton
- make stub now creates 'Release' build by default.
2011-02-04fix for make stub, readlink was used incorrectly and building didn't work on ↵Campbell Barton
BSD because of CPU detection.
2011-02-03SVN maintenance.Guillermo S. Romero
2011-02-03Makefile for convenience on *nix systems.Campbell Barton
Running 'make' starts an out of source build with CMake in ../build/OS_CPU, creating the dir and configuring CMake if necessary. So casual users can just run this without changing dirs: 'svn up ; make'