From dbaf9f0223aa9b41df5fd4d84a7814c58332c4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Wed, 17 Apr 2019 17:12:49 +0200 Subject: [PATCH] Added build information to README. --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index 5a1e41b..289ca93 100644 --- a/README +++ b/README @@ -3,6 +3,18 @@ ================ A tiny clipboard application for X. +# Building +---------- +## Dependencies +To compile the project you will require: + * C99 compatible compiler (GCC is recommended) + * UNIX Make + * X11 + +## Compiling +The project is built using the `make' command. For debug information +append `DEBUG=1' to the command. + # License --------- This project is licensed under the GNU General Public License version 3