From 9d98d6056fb83293aa143fea9e5fa1f4a45dd4c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 5 Jul 2024 11:55:09 +0200 Subject: [PATCH] README.md: Updated info about Makefile --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bfc866..cac4dcc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,18 @@ Anyway, I just bought a new laptop and on my workstation I was using [ssd from S This app requires GTK+ 3.0, Glib 2 development libraries and gcc or clang. -I am using this command to compile the program: +To compile this program you can use `make` after you've edited `Makefile` or use the pre-defined options to install ssdd to `/usr/local`. The `Makefile` is pretty self explanatory. + +To compile everything: +`make all` + +To clean up: +`make clean` + +To install: +`sudo make install` + +Or if you want, you can compile it directly and copy the binary to a location in your `PATH`. Using GCC: ```shell