Changeset 3438b42 for doc


Ignore:
Timestamp:
Aug 27, 2016, 4:21:05 PM (8 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:
7a8a07e
Parents:
2719c54
Message:

dox/xcode_frameworks.rst: improve markup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/xcode_frameworks.rst

    r2719c54 r3438b42  
    77`iOS`_ and `macOS`_.
    88
    9 #. Download the ``framework.zip`` file from the `Download`_ page
     9#. Download and extract the corresponding ``framework.zip`` file from the `Download`_ page
    1010
    11 #. Select **Build Phases** in your project settings
     11#. Select **Build Phases** in your project setting and unfold **Link Binary with Libraries**
    1212
    13 #. Unfold the **Link Binary with Libraries** list, and add *AudioToolbox* and
    14    *Accelerate* system frameworks
     13#. Add *AudioToolbox* and *Accelerate* system frameworks (or make sure they are listed)
    1514
    16 #. Also add ``aubio.framework`` from the unzipped ``framework.zip``
     15#. Add ``aubio.framework`` from the unzipped ``framework.zip``
    1716
    1817#. Include the aubio header in your code:
Note: See TracChangeset for help on using the changeset viewer.