From ed3516c32eb7a3aee8cb0c7e69d2dce3ce1f3816 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 24 Apr 2014 23:28:46 +0400 Subject: [PATCH] update readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 9f1d18ec..21d52910 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,27 @@ Linux builds * Uses FreeType for font rendering. * TODO: Use FontConfig to get font list. * TODO: OpenGL initializes ok, but images not visible on screen. Disabled temporary. +* TODO: entering of unicode characters not implemented + + +To build dlangui apps, development packages for following libraries required: + + xcb, xcb-util, xcb-shm, xcb-image, xcb-keysyms, X11-xcb, X11 + +In runtime, .so for following libraries are being loaded (binary packages required): + + freetype, opengl, freeimage + + +Build and run on Linux using DUB: + + dub run dlangui:example1 + +Development using Mono-D: + +* open solution dlangui/dlanguimonod.sln +* build and run project example1 + Other platforms ---------------