diff options
author | nobody <nobody@localhost> | 2002-05-15 16:19:25 +0000 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-05-15 16:19:25 +0000 |
commit | c13123cbce8d779ff7bd1c2352ac365787fe3448 (patch) | |
tree | 9a14849dd3a40bd1667b88d689e2aa7d58d08bce /doc/usage.txt | |
parent | c81581c186792d605e56aeec8d4e5a4f8a00c772 (diff) | |
download | shared-mime-info-c13123cbce8d779ff7bd1c2352ac365787fe3448.tar.gz |
This commit was manufactured by cvs2svn to create tagrelease-0-8-192
'release-0-8-192'.
svn path=/tags/release-0-8-192/; revision=2561
Diffstat (limited to 'doc/usage.txt')
-rw-r--r-- | doc/usage.txt | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/doc/usage.txt b/doc/usage.txt deleted file mode 100644 index 89b4d926..00000000 --- a/doc/usage.txt +++ /dev/null @@ -1,79 +0,0 @@ -This module is intended for people who want to develop -GNOME Applications outside of the GNOME CVS tree or for -people who're developing inside GNOME CVS, but don't want -to carry the macros/ directory in their module. - -There are two modes of operation: - -1.) The GNOME 1.x platform is what you get when you - configure this module without any special parameters. - - This installs everything from the `macros' directory - in `$(datadir)/aclocal/gnome-macros' and provides a - `gnome-autogen.sh' in `$(bindir)'. - -2.) To enable support for the GNOME 2.x platform, gnome-common's - configure has a `--enable-platform-gnome-2' command line - argument which you need to use. - - The difference is that the GNOME 2.x version will require - a recent version of pkg-config (from freedesktop.org at - <http://www.freedesktop.org/software/pkgconfig/>) and also - compile the `support' directory. - - This is considered "hacker stuff" and has the same disclaimer - than gnome-libs HEAD. - - -To use this module in your package, you need to: - -1.) Compile and install gnome-common like any normal package. - -2.) You don't need to have a `macros/' dir in your package, - this stuff is going to replace it. - -3.) In your autogen.sh use this: - - --- - . gnome-autogen.sh - --- - - instead of - - --- - . macros/autogen.sh - --- - -4.) In you configure.in, remove the - - --- - AM_ACLOCAL_INCLUDE(macros) - --- - - and replace it with - - --- - GNOME_COMMON_INIT - --- - -That's it. Now your app uses the macros which are installed -from gnome-common. - -[This is only intended for "hackers": - - If you want to use GNOME 2.0, just use - - --- - USE_GNOME_2_MACROS=1 . gnome-autogen.sh - --- - - in your autogen.sh. - - There's an example for this in LibGTop HEAD. -] - -Comments, Questions, etc. are welcome :) - - -Nov 21, 2000 -Martin Baulig <martin@gnome.org> |