From 3c189f83a02aec742ca3278f6673482312e98440 Mon Sep 17 00:00:00 2001
From: vipaoL <59665125+vipaoL@users.noreply.github.com>
Date: Sun, 13 Nov 2022 18:58:52 +0400
Subject: [PATCH] More infomative build guide, fix link to the repo
---
README.md | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 7d34b4c..7150023 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
Kutegram
@@ -25,7 +25,11 @@
- [ ] Media uploading/downloading
## How to build
-* Install Qt SDK 1.1.2 or Qt SDK 1.2.1.
-* Open project file.
-* Compile project with needed settings.
+* Install Qt SDK 1.1.2 or Qt SDK 1.2.1
+* If you want to compile for desktop Windows, install [OpenSSL](https://slproweb.com/products/Win32OpenSSL.html) to C:\OpenSSL-Win32
+* If you want to build it for Symbian and test on a physical device, install CODA on your phone. You can find the SIS-installer in QtSDK\Symbian\sis\common\CODA
+* **_Recursively_** clone the repo: `git clone https://github.com/kutegram/client-quick.git --recursive`
+* Open project file - demo.pro
+* Go to src\library\ and copy apivalues.default.h as apivalues.h. Uncomment DC_IP, DC_PORT, DC_NUMBER, APP_ID, APP_HASH in apivalues.h and enter the values you got from https://my.telegram.org/apps
+* Compile project