Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/building.rst

    r6f6c336 r5069da3  
    2121The **latest stable release** can be downloaded from https://aubio.org/download::
    2222
    23         $ curl -O http://aubio.org/pub/aubio-<version>.tar.bz2
    24         $ tar xf aubio-<version>.tar.bz2
    25         $ cd aubio-<version>/
     23        $ curl -O http://aubio.org/pub/aubio-0.4.3.tar.bz2
     24        $ tar xf aubio-0.4.3.tar.bz2
     25        $ cd aubio-0.4.3
    2626
    2727Git repository
     
    3131
    3232        $ git clone git://git.aubio.org/git/aubio
    33         $ cd aubio/
     33        $ cd aubio
    3434
    3535The following command will fetch the correct `waf`_ version (not included in
     
    7474       $ waf configure build
    7575
    76 
    77 Running as a user
    78 -----------------
    79 
    80 To use aubio without actually installing, for instance if you don't have root
    81 access to install libaubio on your system,
    82 
    83 On Linux or macOS, sourcing the script ``scripts/setenv_local.sh`` should help::
    84 
    85        $ source ./scripts/setenv_local.sh
    86 
    87 This script sets ``LD_LIBRARY_PATH``, for libaubio, and ``PYTHONPATH`` for the
    88 python module.
    89 
    90 On Linux, you should be able to set ``LD_LIBRARY_PATH`` with::
    91 
    92         $ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PWD/build/src
    93 
    94 On Mac OS X, a copy or a symlink can be made in ``~/lib``::
    95 
    96         $ mkdir -p ~/lib
    97         $ ln -sf $PWD/build/src/libaubio*.dylib ~/lib/
    98 
    99 Note on Mac OS X systems older than El Capitan (10.11), the ``DYLD_LIBRARY_PATH``
    100 variable can be set as follows::
    101 
    102         $ export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$PWD/build/src
    103 
    10476Cleaning
    10577--------
     
    12395.. _Git Bash: https://git-for-windows.github.io/
    12496
    125 .. _xcode-frameworks-label:
    126 
    127 .. include:: xcode_frameworks.rst
    128 
    129 .. include:: android.rst
     97.. toctree::
     98   :maxdepth: 2
Note: See TracChangeset for help on using the changeset viewer.