Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVysheng <mail@vysheng.ru>2014-11-12 16:21:24 +0300
committerVysheng <mail@vysheng.ru>2014-11-12 16:21:24 +0300
commit1288c213ae81b672924c5c4b0116b6b5dcc497dc (patch)
tree99ab9145eba1d7fbc35ec10f3fc9e83933918820 /README.md
parent7f9f64037fc7d42c21d7ee4cc6b7128ac8b112a5 (diff)
Fixed bugs. Added readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..41e505c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,32 @@
+This is library that handles telegram api and protocol.
+
+### API, Protocol documentation
+
+Documentation for Telegram API is available here: http://core.telegram.org/api
+
+Documentation for MTproto protocol is available here: http://core.telegram.org/mtproto
+
+### Installation
+
+Clone GitHub Repository
+
+ git clone https://github.com/vysheng/tgl.git && cd tgl
+
+or download and extract zip
+
+ wget https://github.com/vysheng/tgl/archive/master.zip -O tlg-master.zip
+ unzip tgl-master.zip && cd tgl-master
+
+#### Linux and BSDs
+
+Install libs: openssl, zlib
+if you want to use provided net/timers then install libevent and add --enable-libevent key to configure
+
+Then,
+
+ ./configure
+ make
+
+### Contacts
+If you would like to ask a question, you can write to my telegram or to the github (or both). To contact me via telegram, you should use import_card method with argument 000653bf:0738ca5d:5521fbac:29246815:a27d0cda
+