- Timestamp:
- Aug 27, 2016, 4:21:05 PM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/xcode_frameworks.rst
r2719c54 r3438b42 7 7 `iOS`_ and `macOS`_. 8 8 9 #. Download the``framework.zip`` file from the `Download`_ page9 #. Download and extract the corresponding ``framework.zip`` file from the `Download`_ page 10 10 11 #. Select **Build Phases** in your project setting s11 #. Select **Build Phases** in your project setting and unfold **Link Binary with Libraries** 12 12 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) 15 14 16 #. A lso add ``aubio.framework`` from the unzipped ``framework.zip``15 #. Add ``aubio.framework`` from the unzipped ``framework.zip`` 17 16 18 17 #. Include the aubio header in your code:
Note: See TracChangeset
for help on using the changeset viewer.