From 3f19acfa949c85e60bd14168267668dd2ddb985b Mon Sep 17 00:00:00 2001 From: Gubaydullin Nurislam <108585608+tonitaga@users.noreply.github.com> Date: Thu, 19 Oct 2023 00:48:54 +0300 Subject: [PATCH] Update README.md --- README.md | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc12a6c..af6e51a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

## Contents - +0. [Install](#install) 1. [Main Information](#main-information) 2. [What it looks like?](#what-it-looks-like)\ 2.1. [Main Window](#main-welcome-window)\ @@ -16,11 +16,42 @@ 4. [HotKeys and ToolTips](#hotkeys-and-tooltips) --- + +## Install + +To install the PhotoLaboratory-Application-CPP-Qt, follow these steps: + +1. Clone or download repository. + +```shell +git clone https://github.com/tonitaga/PhotoLaboratory-Application-CPP-Qt.git +``` + +2. Ensure you have the g++ compiler installed on your system. +3. Install dependencies + +```shell +make install +``` + +4. Run the program + +```shell +make run +``` + +or download release archive .zip by url + +```shell +https://github.com/tonitaga/PhotoLaboratory-Application-CPP-Qt/releases/tag/PhotoLaboratory +``` + ## Main information: The application is developed in the C++ programming language and allows the user to apply various filters to his image.\ The application supports images in the png bmp jpg jpeg format.\ You can find 12 different filters in the application: + --- 1) Convolution filters: Emboss, Sharpen, BoxBlur, GaussianBlur, Laplacian, Prewitt, Custom 2) Non Convolution filters: GrayScale, Negative, Toning @@ -79,4 +110,4 @@ Almost all that is in the application have their own short information, you just --- -#### © tonitaga (Нурислам Губайдуллин) 15.04.2023 \ No newline at end of file +#### © tonitaga (Нурислам Губайдуллин) 19.10.2023