Changeset 46b00690 for wscript


Ignore:
Timestamp:
Mar 12, 2014, 2:08:08 AM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
87636d0
Parents:
1a31baf
Message:

wscript: improve notes in header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    r1a31baf r46b00690  
    11#! /usr/bin/python
    22#
    3 # waf build system, see http://code.google.com/p/waf/
     3# usage:
     4#   $ python waf --help
    45#
    5 # usage:
    6 #     $ ./waf distclean configure build
     6# example:
     7#   $ ./waf distclean configure build
    78#
    8 # TODO
    9 #  - doc: add doxygen
    10 #  - tests: move to new unit test system
     9# Note: aubio uses the waf build system, which relies on Python. Provided you
     10# have Python installed, you do *not* need to install anything to build aubio.
     11# For more info about waf, see http://code.google.com/p/waf/ .
    1112
    1213APPNAME = 'aubio'
Note: See TracChangeset for help on using the changeset viewer.