From fb88fd7326c8231b9119519568a87160acce7a57 Mon Sep 17 00:00:00 2001 From: Kevin Cozens Date: Tue, 18 Jul 2006 19:19:31 +0000 Subject: [PATCH] Document --enable-profile, --disable-python, and --disable-script-fu. 2006-07-18 Kevin Cozens * INSTALL: Document --enable-profile, --disable-python, and --disable-script-fu. --- ChangeLog | 5 +++++ INSTALL | 10 ++++++++++ 2 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8800e92e44..2c49be0d44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-07-18 Kevin Cozens + + * INSTALL: Document --enable-profile, --disable-python, and + --disable-script-fu. + 2006-07-18 Sven Neumann * app/config/gimpbaseconfig.c: increased default tile cache size diff --git a/INSTALL b/INSTALL index 39f94a175c..525f1428be 100644 --- a/INSTALL +++ b/INSTALL @@ -98,6 +98,11 @@ These are: on. The default is for debugging to be disabled. NOTE: This option is intended primarily as a convenience for developers. + --enable-profile and --disable-profile. This options causes the build + process to compile with execution profiling enabled. The default is + for profiling to be disabled. NOTE: This option is intended primarily + as a convenience for developers. + --enable-ansi and --disable-ansi. This option causes stricter ANSI C checking to be performed when compiling with GCC. The default is for strict checking to be disabled. NOTE: This option @@ -189,6 +194,11 @@ These are: gimp-console binary to be built in addition to the standard binary. gimp-console is useful for command-line batch mode or as a server. + --disable-python. If for some reason you don't want to build the + Python based pygimp plug-in, you can use --disable-python. + + --disable-script-fu. If for some reason you don't want to build the + Script-Fu plug-in, you can use --disable-script-fu. The `make' command builds several things: - A bunch of public libraries in the directories starting with 'libgimp'.