From 654443926c2f85af2057cd02a699b0bc25826dd0 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 7 Dec 2017 18:29:54 +0100 Subject: [PATCH] add note about linux & gtk2 --- docs/setup.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/setup.md b/docs/setup.md index c85807d1..a7264dba 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -20,6 +20,14 @@ Note that DMD is only required for the _ddemangle_ tool otherwise the software c For each platform Coedit can be setup using a setup program or by extracting the binaries. +### Linux dependencies + +The software is based on the GTK2 toolkit. +The runtime libraries must be setup (libgtk2, libglib, libgdk-pixbuf2, etc; they usually comes together, libc). +You must also setup some theme engines (such as Adwaita, Clearlooks, Nimbus, Industrial, etc). + +Windows interface is based on native win32 controls. + ### Setup program * Go to [the release page](https://github.com/BBasile/Coedit/releases),