aboutsummaryrefslogtreecommitdiff
path: root/README-hacking
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-09-25 21:59:27 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-09-25 22:05:16 +0300
commit517aad5ca97b8ed3a62dcbeca921bb930e897fbf (patch)
treec37c69e51c6ddaf649b1d72946679001bb5b1a00 /README-hacking
parentcf3446228c9ed5729be74e19695e747477adafef (diff)
downloadeclat-517aad5ca97b8ed3a62dcbeca921bb930e897fbf.tar.gz
eclat-517aad5ca97b8ed3a62dcbeca921bb930e897fbf.tar.bz2
Some housekeeping.
* README: Update * README-hacking: New file. * bootstrap: Create a placeholder for ChangeLog, if it doesn't exist.
Diffstat (limited to 'README-hacking')
-rw-r--r--README-hacking58
1 files changed, 58 insertions, 0 deletions
diff --git a/README-hacking b/README-hacking
new file mode 100644
index 0000000..e348be9
--- /dev/null
+++ b/README-hacking
@@ -0,0 +1,58 @@
+These notes intend to help people working on the GIT version of Eclat.
+See end of file for copying conditions.
+
+* Requirements
+
+If you have taken the sources from GIT you will need the following
+packages to build Eclat. I don't make any extra effort to accommodate
+older versions of these packages, so please make sure that you have the
+latest stable version.
+
+- Automake <http://www.gnu.org/software/automake/>
+- Autoconf <http://www.gnu.org/software/autoconf/>
+- Bison <http://www.gnu.org/software/bison/>
+- Flex <http://flex.sourceforge.net/>
+- M4 <http://www.gnu.org/software/m4/>
+
+* Bootstrapping
+
+Obviously, if you are reading these notes, you did manage to check out
+Eclat from GIT. The next step is to get other files needed to build,
+which are extracted from other source packages:
+
+1. Change to the source tree directory
+
+ cd eclat
+
+2. Run
+
+ ./bootstrap
+
+Once done, proceed as described in the file README (section
+INSTALLATION).
+
+
+* Copyright information
+
+Copyright (C) 2012 Sergey Poznyakoff
+
+ Permission is granted to anyone to make or distribute verbatim copies
+ of this document as received, in any medium, provided that the
+ copyright notice and this permission notice are preserved,
+ thus giving the recipient permission to redistribute in turn.
+
+ Permission is granted to distribute modified versions
+ of this document, or of portions of it,
+ under the above conditions, provided also that they
+ carry prominent notices stating who last changed them.
+
+
+Local Variables:
+mode: outline
+paragraph-separate: "[ ]*$"
+version-control: never
+End:
+
+
+
+

Return to:

Send suggestions and report system problems to the System administrator.