Update readme for new build process

This commit is contained in:
mjentsch 2014-05-10 19:58:52 +02:00
parent 02296e3774
commit da57c79053

View file

@ -14,11 +14,14 @@ telegram-purple
3. Im Ordner von **telegram-purple** make ausführen:
cd telgram.purple
sudo make install
cd telgram-purple
./configure --disable-liblua --disable-libconfig
make
cd purple-plugin
make install
Der Befehl kompiliert telegram-purple und kopiert die Dateien in den globale Plugin-Ordner von Pidgin. Das Protokoll Telegram sollte dann beim nächsten Start in der Accountverwaltung von Pidgin automatisch auftauchen.
Das Protokoll Telegram sollte dann beim nächsten Start in der Accountverwaltung von Pidgin automatisch auftauchen.
# Testen und Debuggen