mirror of https://gitlab.com/basile.b/dexed.git
add note about linux & gtk2
This commit is contained in:
parent
abdcac39a0
commit
654443926c
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue