update readme

This commit is contained in:
Vadim Lopatin 2014-04-24 23:28:46 +04:00
parent cbc647a60b
commit ed3516c32e
1 changed files with 21 additions and 0 deletions

View File

@ -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
---------------