Fix download link
This commit is contained in:
parent
1b6fdf44e8
commit
bc110cde96
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -11,6 +11,10 @@ Warning, this version is mainly for development and testing and NOT for producti
|
|||
|
||||
When encountering a crash or some other bugs, please report it to us, preferably together with a backtrace of the crashed application [https://developer.pidgin.im/wiki/GetABacktrace]
|
||||
|
||||
## Version 0.4
|
||||
|
||||
- Use latest version of libtgl
|
||||
|
||||
## Version 0.3.3
|
||||
|
||||
- multiple bugfixes
|
||||
|
@ -68,8 +72,7 @@ Unfortunately there are no packages right now, so you need to compile it yoursel
|
|||
## 1. Get this repository
|
||||
|
||||
|
||||
git clone https://github.com/majn/telegram-purple
|
||||
|
||||
git clone --recursive https://github.com/majn/telegram-purple
|
||||
|
||||
## 2. Fetch all needed dependencies
|
||||
|
||||
|
@ -93,8 +96,6 @@ On Debian-based systems you can use:
|
|||
sudo apt-get install libssl-dev libglib2.0-dev libpurple-dev
|
||||
|
||||
|
||||
NOTE: Ubuntu is currently not working, since libpurple doesn't seem to find libssl when loading the plugin. It will compile, but Pidgin won't be able to load it.
|
||||
|
||||
|
||||
### OpenSUSE
|
||||
|
||||
|
@ -142,9 +143,8 @@ To clean all your user files run:
|
|||
This bundle was tested to work under OSX 10.9 and 10.8. If it doesn't work on your installation
|
||||
please send your Adium crash log (which you can find in ~/Library/Logs/Adium 2/).
|
||||
|
||||
[Version 0.3.2](http://lauschgift.org/telegram-purple/telegram-adium-0.3.2.zip)
|
||||
|
||||
[Version 0.3.3](http://lauschgift.org/telegram-purple/telegram-adium-0.3.3.zip)
|
||||
[Version 0.3.2](http://h2079792.stratoserver.net/telegram-purple/telegram-adium-0.3.2.zip)
|
||||
[Version 0.3.2](http://h2079792.stratoserver.net/telegram-purple/telegram-adium-0.3.3.zip)
|
||||
|
||||
## Build with XCode
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue