File: README

package info (click to toggle)
entity 0.7.2-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,352 kB
  • ctags: 5,272
  • sloc: ansic: 61,707; sh: 7,921; makefile: 732; perl: 399
file content (33 lines) | stat: -rw-r--r-- 1,222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

Welcome to Entity!

A few notes about compiling..  By default, Entity is built using
modules for gtk and tcl (if it finds tcl libraries).  These are
then loaded on demand at runtime, and use inter-library dependancies
to resolve external library requirements.  This has the advantage
of not adding immediate bloat to the core package, but not all
systems support this.  If you find you are getting errors about
loading GTK etc., try reconfiguring/compiling with:

./configure --enable-gtk=static --enable-tcl=static

You'll also want to delete your $prefix/lib/entity dir before
reinstalling, as this directory is scanned for modules at
install time, and a config file is generated from this information.

I've also run into some systems that have trouble with unix domain
sockets.  If this happens to you, you can use the --enable-exec-class=no
flag with configure.

This release is a great step forward for us.  We now have a stable
core API for accessing XML nodes, and the implementation is in
general, very good.  However, we still have a long way to go in
cleaning up our renderers, adding better support for application
building, documentation etc.  Of course, any help is much 
appreciated. :)

Enjoy!


    Ian