~ubuntu-branches/ubuntu/trusty/blender/trusty

« back to all changes in this revision

Viewing changes to doc/build_systems/scons.txt

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-03-06 12:08:47 UTC
  • mfrom: (1.5.1) (14.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20130306120847-frjfaryb2zrotwcg
Tags: 2.66a-1ubuntu1
* Resynchronize with Debian (LP: #1076930, #1089256, #1052743, #999024,
  #1122888, #1147084)
* debian/control:
  - Lower build-depends on libavcodec-dev since we're not
    doing the libav9 transition in Ubuntu yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        % python ./scons/scons.py
49
49
 
50
50
    This will start the build process with default values. Depending
51
 
    on your platform you may see colour in your output (non-Windows
 
51
    on your platform you may see color in your output (non-Windows
52
52
    machines). In the the beginning an overview of targets and arguments
53
53
    from the command-line is given, then all libraries and binaries to
54
54
    build are configured.
123
123
 
124
124
    This rewrite features a cleaner output during the build process. If
125
125
    you need to see the full command-line for compiles, then you can
126
 
    change that behaviour. Also the use of colours can be changed:
 
126
    change that behaviour. Also the use of colors can be changed:
127
127
 
128
128
        % python scons\scons.py BF_FANCY=0
129
129
 
130
 
    This will disable the use of colours.
 
130
    This will disable the use of colors.
131
131
 
132
132
        % python scons\scons.py BF_QUIET=0
133
133