aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-25 01:35:41 +0000
committerng0 <ng0@n0.is>2019-02-25 01:35:41 +0000
commit0abe9a8803649485132de7a8b782e1e152c9dd19 (patch)
tree701cbdfcb2d25f885f605cbc2b26579af40125f8 /README
parent423a8e418f0ea9a891856ed3ae3b7f9f52d5cc8f (diff)
downloadgnunet-0abe9a8803649485132de7a8b782e1e152c9dd19.tar.gz
gnunet-0abe9a8803649485132de7a8b782e1e152c9dd19.zip
src/util: Use make 4.0 assignment operator
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 4cfba4070..232a3c61f 100644
--- a/README
+++ b/README
@@ -53,10 +53,10 @@ These are the direct dependencies for running GNUnet:
53- postgres >= 9.5 (alternative to sqlite) 53- postgres >= 9.5 (alternative to sqlite)
54- Texinfo >= 5.2 [*1] 54- Texinfo >= 5.2 [*1]
55- makeinfo >= 4.8 55- makeinfo >= 4.8
56- make[*3]
56- which (bootstrap script and some Makefiles) 57- which (bootstrap script and some Makefiles)
57- gettext 58- gettext
58- zlib 59- zlib
59- pkg-config
60 60
61 61
62These are the dependencies for GNUnet's testsuite: 62These are the dependencies for GNUnet's testsuite:
@@ -107,6 +107,12 @@ Recommended autotools for compiling the Git version are:
107 Contrary to the name, texi2mdoc does not require texinfo, 107 Contrary to the name, texi2mdoc does not require texinfo,
108 It is a standalone ISO C utility. 108 It is a standalone ISO C utility.
109 109
110[*3] GNU make introduced the != operator in version 4.0.
111 GNU make was released in october 2013, reasonable to
112 be widespread by now. If this is not working out for
113 you, open a bug so that we can get a more portable
114 fix in.
115
110Requirements 116Requirements
111============ 117============
112 118