ecere/gui/Window: Prevent uninitialized values if base Window methods not overridden...
[sdk] / INSTALL
1 Ecere SDK v0.44 - http://ecere.org
2
3 Linux Installation Notes
4
5 1. Make sure you place the content of the ecere/bin in your PATH and
6 ecere/lib in your LD_LIBRARY_PATH.
7
8 2. The Linux runtime has dependencies on libX11, libXrender, libGL, libjpeg,
9 libz, libgif, libfreetype, libncurses, libpng and libfontconfig
10
11 3. Indexed Color depths are not supported in the X driver. 24/16/15bpp should all work.
12
13 4. If you have trouble seeing text, try installing these fonts:
14
15    https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-1.04.tar.gz
16    http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-1.10.tar.bz2
17
18 5. You can also try the OpenGL display driver available in (View/Drivers) or by specifying 
19
20    {
21       displayDriver = "OpenGL"
22    }
23
24    in ~/.ecereIDE/config.econ .