Slightly more detailed instructions on setting up a build environment to
2006-05-29 Elijah Newren <newren gmail com> * HACKING: Slightly more detailed instructions on setting up a build environment to mention relevant development tools in addition to the needed development libraries.
This commit is contained in:
parent
454638fd0c
commit
1cabbfef25
@ -1,3 +1,9 @@
|
|||||||
|
2006-05-29 Elijah Newren <newren gmail com>
|
||||||
|
|
||||||
|
* HACKING: Slightly more detailed instructions on setting up a
|
||||||
|
build environment to mention relevant development tools in
|
||||||
|
addition to the needed development libraries.
|
||||||
|
|
||||||
Fri May 26 16:48:29 2006 Søren Sandmann <sandmann@redhat.com>
|
Fri May 26 16:48:29 2006 Søren Sandmann <sandmann@redhat.com>
|
||||||
|
|
||||||
* src/effects.c (meta_effect_run_unminimize): Run an unminimize effect
|
* src/effects.c (meta_effect_run_unminimize): Run an unminimize effect
|
||||||
|
6
HACKING
6
HACKING
@ -46,8 +46,10 @@ Minimal Building/Testing Environment
|
|||||||
to install your distro's development packages (e.g. gtk2-devel,
|
to install your distro's development packages (e.g. gtk2-devel,
|
||||||
GConf2-devel, startup-notification-devel on Fedora; also, remember
|
GConf2-devel, startup-notification-devel on Fedora; also, remember
|
||||||
to install the gnome-common package which is needed for building cvs
|
to install the gnome-common package which is needed for building cvs
|
||||||
versions of Gnome modules like Metacity) and be ready to build and
|
versions of Gnome modules like Metacity) as well as the standard
|
||||||
test Metacity. Steps to do so:
|
development tools (gcc, autoconf, automake, pkg-config, intltool,
|
||||||
|
and libtool) and be ready to build and test Metacity. Steps to do
|
||||||
|
so:
|
||||||
|
|
||||||
$ cvs -q -z3 -d :pserver:anonymous@anoncvs.gnome.org:/cvs/gnome \
|
$ cvs -q -z3 -d :pserver:anonymous@anoncvs.gnome.org:/cvs/gnome \
|
||||||
checkout metacity
|
checkout metacity
|
||||||
|
Loading…
Reference in New Issue
Block a user