[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r4026: Note the existence of the new 'dist-*' build targets. (vidalia/trunk)
Author: edmanm
Date: 2009-08-11 23:51:23 -0400 (Tue, 11 Aug 2009)
New Revision: 4026
Modified:
vidalia/trunk/INSTALL
Log:
Note the existence of the new 'dist-*' build targets.
Modified: vidalia/trunk/INSTALL
===================================================================
--- vidalia/trunk/INSTALL 2009-08-11 17:44:30 UTC (rev 4025)
+++ vidalia/trunk/INSTALL 2009-08-12 03:51:23 UTC (rev 4026)
@@ -175,7 +175,6 @@
Available Configuration Options
-------------------------------
-
You can customize your Vidalia build by supplying arguments and values to the
`cmake` commands above. Each of the configuration options can be specified on
the command line and follows the format "-D <var>:<type>=<value>
@@ -218,3 +217,27 @@
See 'cmake --help' or 'man cmake' (on non-Windows platforms) for more
information about supported generators and configuration options.
+
+Additional Build Targets
+-------------------------
+Vidalia contains a number of additional CMake build targets to assist in
+building platform-specific packages. The targets are:
+
+ 'dist' Creates a Vidalia source code tarball.
+
+ 'dist-osx' Creates a Vidalia-only Mac OS X .dmg.
+
+ 'dist-osx-bundle' Creates a Vidalia bundle .dmg. See
+ pkg/osx/build-bundle.txt for additional
+ information on the CMake options necessary to create
+ a proper OS X bundle.
+
+ 'dist-osx-split-bundle' Creates a "split" Mac OS X bundle. See
+ pkg/osx/build-bundle.txt for additional
+ information on the CMake options necessary to create
+ a proper OS X bundle.
+
+ 'dist-win32' Creates a Windows .msi package. You will also
+ need to define -DWIX_BINARY_DIR=<path-to-WiX>
+ in order to use this build target.
+