Fix a misphrasing
This commit is contained in:
parent
6fca984210
commit
00658a322a
1 changed files with 2 additions and 2 deletions
|
@ -134,10 +134,10 @@ Compiling with XCode is a little bit problematic, since it requires you to compi
|
|||
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
|
||||
3. Build the tgl submodule and delete libtgl.so from libs/ (it should only contain libtgl.a)
|
||||
4. Install libwebp with homebrew, move into copy it into your project
|
||||
4. Install libwebp with homebrew, and copy it into your project:
|
||||
|
||||
brew install webp
|
||||
cp /usr/local/Cellar/webp/0.4.3/lib/libwebp.a ./telegram-adium/Frameworks/
|
||||
cp /usr/local/Cellar/webp/0.4.3/lib/libwebp.a ./telegram-adium/Frameworks/
|
||||
|
||||
5. Build the XCode-Project and execute the created bundle
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue