Rev 6: Add INSTALL file. in file:///home/jelmer/bzr.samba-gtk/trunk/

Jelmer Vernooij jelmer at samba.org
Mon Feb 26 13:13:53 GMT 2007


At file:///home/jelmer/bzr.samba-gtk/trunk/

------------------------------------------------------------
revno: 6
revision-id: jelmer at samba.org-20070226131347-w5lbcsc4o82c1ran
parent: jelmer at samba.org-20070212200355-kfendjyxcy8shsg0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Mon 2007-02-26 14:13:47 +0100
message:
  Add INSTALL file.
added:
  INSTALL                        install-20070226131313-a18sgnph2id7kj0u-1
modified:
  Makefile                       makefile-20070212012504-sw14j7mksqsaqr1p-1
  README                         readme-20070212012142-xd81qmuy498gj3wa-1
=== added file 'INSTALL'
--- a/INSTALL	1970-01-01 00:00:00 +0000
+++ b/INSTALL	2007-02-26 13:13:47 +0000
@@ -0,0 +1,23 @@
+To build, you will need to have the following tools installed:
+
+ * GNU make
+ * A C99-compatible C compiler, preferably GCC
+ * the GTK+ 2.0 libraries, including development files
+ * Samba 4 libraries, including development files
+
+You can optionally build with a Samba4 build tree 
+(in other words, without installing it). To do this,
+point PKG_CONFIG_PATH at the .pc files in the source 
+directory, for example:
+
+$ export PKG_CONFIG_PATH=/home/jelmer/bzr.samba/SAMBA_4_0/source/bin/pkgconfig
+
+To build, simply run make:
+
+$ make
+
+This will take care of running the configure script as well, if necessary.
+
+To install, run "make install":
+
+$ make install

=== modified file 'Makefile'
--- a/Makefile	2007-02-12 20:03:55 +0000
+++ b/Makefile	2007-02-26 13:13:47 +0000
@@ -21,6 +21,9 @@
 	aclocal
 	autoconf -f
 
+test::
+	# No tests yet, sorry
+
 Makefile.settings: configure
 	./configure
 

=== modified file 'README'
--- a/README	2007-02-12 01:52:48 +0000
+++ b/README	2007-02-26 13:13:47 +0000
@@ -2,6 +2,8 @@
 and helper functions and utilities (frontends) for various SMB 
 things.
 
+See the file INSTALL for information on how to build and install.
+
 Common code at the moment:
 GtkRpcBindingDialog - Gtk Dialog Window for obtaining user credentials and a RPC binding string
 GtkSelectDomainDialog - Gtk Dialog for selecting a domain
@@ -17,3 +19,4 @@
 Ideas for future utilities:
 - SAM editor
 - Eventlog viewer
+- policy editor



More information about the samba-cvs mailing list