Update README template
This commit is contained in:
parent
b4319ab75a
commit
b302c80864
25
README.in
25
README.in
@ -13,13 +13,20 @@ It currently uses fairly low end GL functionality with an aim to still
|
|||||||
work well on open source graphics drivers as well as possibly making
|
work well on open source graphics drivers as well as possibly making
|
||||||
an eventual GL ES port feasable.
|
an eventual GL ES port feasable.
|
||||||
|
|
||||||
Clutter currently requires GLib >= 2.10, GdkPixbuf and OpenGL >= 1.2.
|
Clutter currently requires:
|
||||||
|
|
||||||
|
* GLib >= 2.10.0
|
||||||
|
* GdkPixbuf
|
||||||
|
* OpenGL >= 1.2
|
||||||
|
|
||||||
Its also recommended you have some kind of working hardware OpenGL on
|
Its also recommended you have some kind of working hardware OpenGL on
|
||||||
your target system.
|
your target system.
|
||||||
|
|
||||||
Clutter is LGPL licensed.
|
Clutter is LGPL licensed.
|
||||||
|
|
||||||
The official website is: http://www.clutter-project.org
|
The official website is: http://www.clutter-project.org
|
||||||
|
The official mailing list is: http://lists.o-hand.com/clutter/
|
||||||
|
New bug page on Bugzilla: http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter
|
||||||
|
|
||||||
INSTALLATION
|
INSTALLATION
|
||||||
====
|
====
|
||||||
@ -55,8 +62,14 @@ Release Notes for Clutter 0.4
|
|||||||
is no longer necessary. In case Clutter applications take really
|
is no longer necessary. In case Clutter applications take really
|
||||||
long times for redrawing and appear stuck and unresponsive, the
|
long times for redrawing and appear stuck and unresponsive, the
|
||||||
sync-to-vblank feature might still be the culprit; in that case, use
|
sync-to-vblank feature might still be the culprit; in that case, use
|
||||||
CLUTTER_VBLANK=none to disable it and file a bug reporting the video
|
"export CLUTTER_VBLANK=none" to disable it and file a bug reporting the
|
||||||
card model, the driver version and the X server version.
|
video card model, the driver version and the X server version.
|
||||||
|
|
||||||
|
* ClutterTimeline objects now share the same timeout pool (see the
|
||||||
|
ClutterTimeoutPool API). This might cause problems with heavily
|
||||||
|
threaded libraries without integration with the GLib main loop.
|
||||||
|
If an application experiences bad behaviours during animations
|
||||||
|
use "export CLUTTER_TIMELINE=no-pool" to disable the timeout pool.
|
||||||
|
|
||||||
HACKING
|
HACKING
|
||||||
====
|
====
|
||||||
@ -64,12 +77,11 @@ If you want to hack on and improve clutter check the TODO file.
|
|||||||
|
|
||||||
BUGS
|
BUGS
|
||||||
====
|
====
|
||||||
|
|
||||||
Bugs should be reported to the OpenedHand Bugzilla at:
|
Bugs should be reported to the OpenedHand Bugzilla at:
|
||||||
|
|
||||||
http://bugzilla.o-hand.com
|
http://bugzilla.o-hand.com/enter_bug.cgi?product=Clutter
|
||||||
|
|
||||||
Under the product "Clutter".
|
You will need an account.
|
||||||
|
|
||||||
In the report you should include:
|
In the report you should include:
|
||||||
* what system you're running Clutter on;
|
* what system you're running Clutter on;
|
||||||
@ -86,7 +98,6 @@ obtained using gdb are greatly appreciated.
|
|||||||
|
|
||||||
PATCHES
|
PATCHES
|
||||||
====
|
====
|
||||||
|
|
||||||
Patches should be submitted using Bugzilla. Patches fixing a bug should be
|
Patches should be submitted using Bugzilla. Patches fixing a bug should be
|
||||||
attached to the bug report; patches for new features or for fixing bugs not
|
attached to the bug report; patches for new features or for fixing bugs not
|
||||||
yet reported should be attached to a newly opened bug. Patches should always
|
yet reported should be attached to a newly opened bug. Patches should always
|
||||||
|
@ -6,4 +6,4 @@ touch README
|
|||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
rm -f README
|
rm -f README
|
||||||
|
|
||||||
./configure --enable-maintainer-mode "$@"
|
./configure "$@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user