From 1cc2ffe19cea5255b53046dac93918faab08e2bc Mon Sep 17 00:00:00 2001 From: Kartik Mistry Date: Tue, 4 Mar 2014 17:17:09 +0530 Subject: [PATCH] Whitespace cleanups --- README.md | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 59580a8..f45ac0a 100644 --- a/README.md +++ b/README.md @@ -13,35 +13,34 @@ Documentation for MTproto protocol is available here: http://core.telegram.org/m Clone GitHub Repository $ git clone https://github.com/vysheng/tg.git && cd tg - + or download and extract zip $ wget https://github.com/vysheng/tg/archive/master.zip -O tg-master.zip $ unzip tg-master.zip && cd tg-master - + #### Linux Install libs: readline openssl and (if you want to use config) libconfig and liblua. If you do not want to use them pass options --disable-libconfig and --disable-liblua respectively On ubuntu use: - + $ sudo apt-get install libreadline-dev libconfig-dev libssl-dev lua5.2 liblua5.2-dev On gentoo: - - $ sudo emerge -av sys-libs/readline dev-libs/libconfig dev-libs/openssl dev-lang/lua - -On Fedora: + $ sudo emerge -av sys-libs/readline dev-libs/libconfig dev-libs/openssl dev-lang/lua + +On Fedora: +d $ sudo yum install lua-devel openssl-devel libconfig-devel readline-devel -Default Makefile uses liblua5.2 from ubuntu. If you use different version of liblua or linux you have to run ./configure script or you will get some strange compilation error. +Default Makefile uses liblua5.2 from ubuntu. If you use different version of liblua or Linux you have to run ./configure script or you will get some strange compilation error. -Then +Then, $ ./configure $ make - #### Mac OS X The client depends on [readline library](http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html) and [libconfig](http://www.hyperrealm.com/libconfig/), which are not included in OS X by default. You have to install these libraries manually, e.g. using [Homebrew](http://brew.sh/). @@ -52,7 +51,7 @@ The client depends on [readline library](http://cnswww.cns.cwru.edu/php/chet/rea $ export CFLAGS="-I/usr/local/include -I/usr/local/Cellar/readline/6.2.4/include" $ export LDFLAGS="-L/usr/local/lib -L/usr/local/Cellar/readline/6.2.4/lib" $ ./configure && make - + Thanks to [@jfontan](https://github.com/vysheng/tg/issues/3#issuecomment-28293731) for this solution. #### FreeBSD @@ -67,12 +66,11 @@ Then build: $ env CC=clang CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib LUA=/usr/local/bin/lua52 LUA_INCLUDE=-I/usr/local/include/lua52 LUA_LIB=-llua-5.2 ./configure $ make - + #### Other UNIX If you manage to launch it on other UNIX, please let me know. - ### Usage ./telegram -k @@ -94,7 +92,6 @@ If two or more peers have same name, number is appended to the name. (for #### Messaging - * **msg** \ Text - sends message to this peer * **fwd** \ \ - forward message to user. You can see message numbers starting client with -N * **chat_with_peer** \ starts one on one chat session with this peer. /exit or /quit to end this mode. @@ -110,7 +107,6 @@ If two or more peers have same name, number is appended to the name. (for * **load_photo**/load_video/load_video_thumb \ - loads photo/video to download dir * **view_photo**/view_video/view_video_thumb \ - loads photo/video to download dir and starts system default viewer - #### Group chat options * **chat_info** \ - prints info about chat