From 21bccd6dff729a93a68e835f0442430e2c1fc517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Kapri=C5=A1?= Date: Tue, 5 Mar 2024 19:11:31 +0100 Subject: [PATCH] Fix README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7bad62..9d5bb0e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ # iip-project -### _Petar Kapriš_ Small image editor for a faculty project. Created february 2024 for the "Introduction to Image processing" course. +### Dependencies +* sbcl +* gtk4 +* gsl +* gl-object-introspection + +If you have quicklisp loaded in your SBCL, the easiest way to build the project is with `(ql:quickload "iip-project")`. + ## License GPL