purple: take renamed API 3.x.x headers in use
[siplcs.git] / src / adium / README.Adium
bloba9f7e3203765d2d867371773c8aa15650f0070e1
1 Compiling SIPE plugin for Adium
2 ===============================
4 To compile the Adium plugin you will need XCode and the source code from
5 the following URLs:
7 * Adium 1.5+ code: http://trac.adium.im/wiki/GettingNewestAdiumSource
8 * SIPE code:       http://sourceforge.net/projects/sipe/files/sipe/
10 1. Get Adium
11 -------------
13 NOTE: you only have to do this step once. If you don't change the Adium
14       source code, then you can reuse the results from this step in future
15       SIPEAdiumPlugin builds.
17 Follow the instructions at their URL above.
19 The directory needs to be called "adium" and at the same level as SIPE source
20 code directory.
22 2. Build the SIPEAdiumPlugin Xcode project
23 ------------------------------------------
25 In Xcode go to the Menu File -> Open..., browse to the locatio of your SIPE
26 source tree, go into the src/adium directory, select SIPEAdiumPlugin.xcodeproj
27 and press "Open".
29 NOTE: please always make sure that the correct scheme has been selected by
30       selecting the menu Product -> Scheme -> SIPEAdiumPlugin. Otherwise you
31       will get cryptic build failures.
33 Now you can just select Product -> Build and after a short while you should
34 get a SIPEAdiumPlugin binary that you can install into your Adium application.