Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://github.com/kutegram/client">
<a href="https://github.com/kutegram/client-quick">
<img src="/src/app/gui/view/skin/icons/hicolor/80x80/apps/kutegram.png" width="80" height="80">
</a>
<h1>Kutegram</h1>
Expand All @@ -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