1 Compiling SIPE plugin for Adium
2 ===============================
4 To compile the Adium plugin you will need XCode and the source code from
7 * Adium 1.5+ code: http://trac.adium.im/wiki/GettingNewestAdiumSource
8 * SIPE code: http://sourceforge.net/projects/sipe/files/sipe/
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
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
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.