commit 67d0597863e38ab94baf04ae11122265af00bd14 parent 78b881612aabd78ffc83454879a0a53bd551f7e2 Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com> Date: Tue, 9 Feb 2021 18:02:55 -0300 Update README.md Diffstat:
M | README.md | | | 20 | +++++++++++++++++--- |
1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md @@ -14,17 +14,31 @@ Bibliography: "The C programming language" - Brian W. Kernighan & Dennis Ritchie. + Linux installation: - Arch based distros: + +Arch based distros: + .Install base-devel, git(not neccesary unless you want to clone the repo). + .Clone repo from terminal or download the .zip file and unzip it. + .Navigate to the folder and open a terminal there, run 'make install'. - Debian based distros: - .Install gcc +Windows installation: + +You need to have installed gcc in order to compile the application. +Install it and make shure you have gcc added to path to execute it from +cmd. + +Installing in windows: + + .Downlaod .zip file and unzip it or clone repo. + + .Execute 'make.bat'. NAME