Difference between revisions of "Including SDK Library"
From Neurotech Software Development Kit
NateColeman (talk | contribs) (→XCode) |
NateColeman (talk | contribs) (→XCode) |
||
Line 6: | Line 6: | ||
Dowload latest library version [[SDK Library Download|here]] | Dowload latest library version [[SDK Library Download|here]] | ||
− | On your project settings page go to the '''Build Settings''' tab. In '''Search Paths''' section find '''Library Search Paths''' property and set it with path to neurosdk library directory (directory where you downloaded libray to). Then go to '''Swift Compiler General''' section and set path to neurosdk.h file in '''Objective-C Briging''' header. This header contains all interfaces of neurosdk library and should be in '''include''' subdirectory of neurosdk library download path. | + | On your project settings page go to the '''Build Settings''' tab. |
+ | [[File:example.jpg|подпись]] | ||
+ | In '''Search Paths''' section find '''Library Search Paths''' property and set it with path to neurosdk library directory (directory where you downloaded libray to). Then go to '''Swift Compiler General''' section and set path to neurosdk.h file in '''Objective-C Briging''' header. This header contains all interfaces of neurosdk library and should be in '''include''' subdirectory of neurosdk library download path. |
Revision as of 09:28, 4 March 2017
Android Studio
XCode
Here described neurosdk library linking for XCode Swift project.
Dowload latest library version here
On your project settings page go to the Build Settings tab. подпись In Search Paths section find Library Search Paths property and set it with path to neurosdk library directory (directory where you downloaded libray to). Then go to Swift Compiler General section and set path to neurosdk.h file in Objective-C Briging header. This header contains all interfaces of neurosdk library and should be in include subdirectory of neurosdk library download path.