Difference between revisions of "AnyWave:DeveloperCorner"
From WikiMEG
(→Setting up the SDK) |
(→Setting up the SDK) |
||
Line 4: | Line 4: | ||
=Setting up the SDK= | =Setting up the SDK= | ||
Before developing a plug-in for AnyWave, the developer must download and build the SDK.<br /> | Before developing a plug-in for AnyWave, the developer must download and build the SDK.<br /> | ||
− | The SDK is available here: https://github.com/anywave/sdk | + | The SDK is available here: https://github.com/anywave/sdk<br /> |
+ | Note that you can also try to build the complete AnyWave software which includes the SDK.<br /> | ||
+ | AnyWave git repository is available here: https://github.com/anywave/anywave<br /> | ||
+ | |||
+ | Clone the sdk repository on your computer: | ||
+ | - On Linux or Mac systems this can be done by typing: git clone https://github.com/anywave/sdk mysdkfolder | ||
+ | - On Windows, we strongly suggest to install the TortoiseGit Software, freely available at https://code.google.com/p/tortoisegit/wiki/Download |
Revision as of 14:59, 25 February 2015
Welcome
This part of the Wiki is dedicated to developers who would like to implement their own plug-ins for AnyWave.
Setting up the SDK
Before developing a plug-in for AnyWave, the developer must download and build the SDK.
The SDK is available here: https://github.com/anywave/sdk
Note that you can also try to build the complete AnyWave software which includes the SDK.
AnyWave git repository is available here: https://github.com/anywave/anywave
Clone the sdk repository on your computer: - On Linux or Mac systems this can be done by typing: git clone https://github.com/anywave/sdk mysdkfolder - On Windows, we strongly suggest to install the TortoiseGit Software, freely available at https://code.google.com/p/tortoisegit/wiki/Download