|
From: <gi...@gp...> - 2011-01-15 09:17:04
|
The branch, master has been updated
via 13de8601a39f2ed2a18aca814598f3ebe17ff506 (commit)
from 60bb0194d14f804b1c752b98c681b461683d6b3a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
INSTALL | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
=================
Commit Messages
=================
commit 13de8601a39f2ed2a18aca814598f3ebe17ff506
Author: Markus Hitter <ma...@ju...>
Commit: Peter Clifton <pc...@ca...>
INSTALL: add instructions on how to create configure.
Closes-bug: lp-702484
:100644 100644 c4df37d... 62fc50e... M INSTALL
=========
Changes
=========
commit 13de8601a39f2ed2a18aca814598f3ebe17ff506
Author: Markus Hitter <ma...@ju...>
Commit: Peter Clifton <pc...@ca...>
INSTALL: add instructions on how to create configure.
Closes-bug: lp-702484
diff --git a/INSTALL b/INSTALL
index c4df37d..62fc50e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,6 +2,14 @@ PCB uses a standard GNU autoconf/automake based build
system which should make compilation go smoothly on most unix-like
systems. Please do read this first section however.
+If there is no "configure" script, e.g. because you pulled sources
+from the Git repository, make sure you have autopoint and autoconf
+installed, then run:
+
+ ./autogen.sh
+
+This will set up and run autoconf to create configure.
+
PCB is organized into a core program that deals with all of the
internal database procedures and a collection of Human Interface
Devices (HID's). The HID's provide exporting/printing capability
|