diff --git a/README-hacking b/README-hacking new file mode 100644 index 0000000..f230f28 --- /dev/null +++ b/README-hacking @@ -0,0 +1,9 @@ +QUICK START + +When fetching sources directly from the source code repository, +use the following command to get the necessary dependencies, etc., +for a working configure script. + + ./bootstrap + +After that, you can use the normal build steps documented in INSTALL. diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..ab3aee3 --- /dev/null +++ b/bootstrap @@ -0,0 +1 @@ +autoreconf --install