mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
Include instructions on setting up a minimal building/testing environment
2006-04-14 Elijah Newren <newren gmail com> * HACKING: Include instructions on setting up a minimal building/testing environment
This commit is contained in:
parent
ecf75915b9
commit
a03e78210f
@ -1,3 +1,8 @@
|
|||||||
|
2006-04-14 Elijah Newren <newren gmail com>
|
||||||
|
|
||||||
|
* HACKING: Include instructions on setting up a minimal
|
||||||
|
building/testing environment
|
||||||
|
|
||||||
2006-04-14 Thomas Thurman <thomas@thurman.org.uk>
|
2006-04-14 Thomas Thurman <thomas@thurman.org.uk>
|
||||||
|
|
||||||
Add a tabbing function, bound to alt-f6 by default, to cycle
|
Add a tabbing function, bound to alt-f6 by default, to cycle
|
||||||
|
22
HACKING
22
HACKING
@ -11,6 +11,7 @@ is nonetheless useful.
|
|||||||
|
|
||||||
Overview
|
Overview
|
||||||
Administrative issues
|
Administrative issues
|
||||||
|
Minimal Building/Testing Environment
|
||||||
Relevant standards and X properties
|
Relevant standards and X properties
|
||||||
Debugging and testing
|
Debugging and testing
|
||||||
Debugging logs
|
Debugging logs
|
||||||
@ -34,6 +35,27 @@ Administrative issues
|
|||||||
instructions is that the minor version number of a Metacity release
|
instructions is that the minor version number of a Metacity release
|
||||||
should always be a number from the Fibonacci sequence.
|
should always be a number from the Fibonacci sequence.
|
||||||
|
|
||||||
|
Minimal Building/Testing Environment
|
||||||
|
You do not need to _install_ a development version of Metacity to
|
||||||
|
build, run and test it; you can run it from some temporary
|
||||||
|
directory. Also, you do not need to build all of Gnome in order to
|
||||||
|
build a development version of Metacity -- odds are, you can build
|
||||||
|
metacity from CVS without building any other modules.
|
||||||
|
|
||||||
|
As long as you have gtk+ >= 2.6 with your distro, you should be able
|
||||||
|
to install your distro's development packages (e.g. gtk2-devel,
|
||||||
|
GConf2-devel, and startup-notification-devel on Fedora) and be ready
|
||||||
|
to build and test Metacity. Steps to do so:
|
||||||
|
|
||||||
|
$ cvs -q -z3 -d :pserver:anonymous@anoncvs.gnome.org:/cvs/gnome \
|
||||||
|
checkout metacity
|
||||||
|
$ cd metacity
|
||||||
|
$ ./autogen.sh --prefix /usr
|
||||||
|
$ make
|
||||||
|
$ ./src/metacity --replace
|
||||||
|
|
||||||
|
Again, note that you do not need to run 'make install'.
|
||||||
|
|
||||||
Relevant standards and X properties
|
Relevant standards and X properties
|
||||||
There are two documents that describe some basics about how window
|
There are two documents that describe some basics about how window
|
||||||
managers should behave: the ICCCM (Inter-Client Communication Conventions
|
managers should behave: the ICCCM (Inter-Client Communication Conventions
|
||||||
|
Loading…
Reference in New Issue
Block a user