ecere/gfx/drivers/Win32BitmapPrinter: Fixed warnings
[sdk] / INSTALL
1 Ecere SDK v0.44 - www.ecere.com
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, libpng12.so.0 and libfontconfig.so.1
10
11 3. Indexed Color depths are not supported in the X driver. 
12 24/16/15bpp are now all working.
13
14 4. You'll need a monospace font which fontconfig can match to "Courier New"
15 or the code editor text will be extremely small. See
16
17 http://www.ecere.com/blog/2007/11/08/linux-sdk-new-support-for-fonts-alpha-blending-scaling-041174/
18
19 for free fonts download links.
20
21 5. The default display driver on X makes use of the XRender system, which
22 may have various level of performance or useability depending on the X display
23 drivers in use. In particular, the closed source accelerated nVidia drivers
24 rendered the glyphs sometimes as solid blocks on a GeForce 8800GT. This should
25 be resolved in beta driver version 177.70 and newer.
26
27 6. The text rendering performance with some drivers (including the nVidia
28 drivers) is not what it should be either, and either a future release of the 
29 driver or a future version of the SDK will fix this. In the meantime, the 
30 OpenGL driver has been enabled in the IDE and can be selected through the 
31 View/Drivers menu for better performance. Ecere applications now also check 
32 the environment variable ECERE_DRIVER which will override the default.
33 Setting it to OpenGL will make all Ecere applications use it by default.