Fix a typo - 'requires'
This commit is contained in:
parent
4da40ecbc1
commit
10e9d17121
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ does not display those smileys natively, but you can install a custom smiley the
|
|||
Building the Adium Plugin
|
||||
-------------------------
|
||||
|
||||
Compiling with XCode is a little bit problematic, since it requries you to compile Adium first to get the necessary framework files. My advice is to just use the [prebuild bundle](https://github.com/majn/telegram-purple/releases), but if you really want to do it, follow those steps.
|
||||
Compiling with XCode is a little bit problematic, since it requires you to compile Adium first to get the necessary framework files. My advice is to just use the [prebuild bundle](https://github.com/majn/telegram-purple/releases), but if you really want to do it, follow those steps.
|
||||
|
||||
1. Get the Adium source, compile it with XCode and copy the build output into telegram-adium/Frameworks/Adium. It should contain at least Adium.framework, AdiumLibpurple.framework and AIUitilies.framework
|
||||
2. Open the Adium source code, go to ./Frameworks and copy libglib.framework and libpurple.framework into telegram-adium/Frameworks/Adium
|
||||
|
|
Loading…
Add table
Reference in a new issue