~jerstlouis/ecere/master

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Ecere SDK v0.44 - http://ecere.org

Linux Installation Notes

1. Make sure you place the content of the ecere/bin in your PATH and
ecere/lib in your LD_LIBRARY_PATH.

2. The Linux runtime has dependencies on libX11, libXrender, libGL, libjpeg,
libz, libgif, libfreetype, libncurses, libpng and libfontconfig

3. Indexed Color depths are not supported in the X driver. 24/16/15bpp should all work.

4. If you have trouble seeing text, try installing these fonts:

   https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-1.04.tar.gz
   http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-1.10.tar.bz2

5. You can also try the OpenGL display driver available in (View/Drivers) or by specifying 

   {
      displayDriver = "OpenGL"
   }

   in ~/.ecereIDE/config.econ .