Skip to content

Commit

Permalink
#80 updated developer build info
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter1 committed Jul 1, 2016
1 parent 9c4f6c8 commit ae37786
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ Building from source code
===================

1. Open the project in Xcode (double click src/EMUUSBAudio.xcodeproj)
2. Select Product/Build menu item
3. Select View/Navigators/Project Navigator menu item
4. right click on the EMUUSBAudio.kext and click "Show in finder"
5. Copy the kext into the directory where the kextInstall script is
2. Set up the build settings: select the project (the blue EMUUSBAudio icon in top left) and select the "Build Settings" tab
* select "OSX 10.9" or "OSX 10.11" in the Architectures/Base SDK
* select the same in the Deployment/InOSX Deployment target
* in the Packaging/Info.plist file set "EMUUSBAudio/EMUUSBAudio-Info.plist" if you selected 10.9, or "EMUUSBAudio/EMUUSBAudio-Info-11.plist" if you selected 10.11.
3. Select Product/Build menu item
4. Select View/Navigators/Project Navigator menu item
5. right click on the EMUUSBAudio.kext and click "Show in finder"
6. Copy the kext into the directory where the kextInstall script is

After that the kExtInstall script is ready for use (see Installation)

Expand Down

0 comments on commit ae37786

Please sign in to comment.