aboutsummaryrefslogtreecommitdiff
path: root/external/unbound/doc/README.svn
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2014-10-05 23:44:31 +0200
committerRiccardo Spagni <ric@spagni.net>2014-10-05 23:44:31 +0200
commit9ef094b356b4da7542c3cab898dac7e135b76903 (patch)
tree99b5876712b0b1551fc042fe75447b998e4b0fc1 /external/unbound/doc/README.svn
parentsplit mnemonic printout over 3 lines (diff)
downloadmonero-9ef094b356b4da7542c3cab898dac7e135b76903.tar.xz
added unbound to external deps
Diffstat (limited to '')
-rw-r--r--external/unbound/doc/README.svn17
1 files changed, 17 insertions, 0 deletions
diff --git a/external/unbound/doc/README.svn b/external/unbound/doc/README.svn
new file mode 100644
index 000000000..b887e308c
--- /dev/null
+++ b/external/unbound/doc/README.svn
@@ -0,0 +1,17 @@
+README.svn
+
+For a svn checkout:
+* configure script, aclocal.m4, as well as yacc/lex output files are
+ committed to the repository.
+* use --enable-debug flag for configure to enable dependency tracking and
+ assertions, otherwise, use make clean; make after svn update.
+
+* Note changes in the Changelog.
+* Every check-in a postcommit hook is run
+ (the postcommit hook is in the svn/unbound/hooks directory).
+ * generates commit email with your changes and comment.
+ * compiles and runs the tests (with testcode/do-tests.sh).
+ * If build errors or test errors happen
+ * Please fix your errors and commit again.
+
+* Use gnu make to compile, make or 'gmake'.