diff options
author | ng0 <ng0@n0.is> | 2019-02-25 01:35:41 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-02-25 01:35:41 +0000 |
commit | 0abe9a8803649485132de7a8b782e1e152c9dd19 (patch) | |
tree | 701cbdfcb2d25f885f605cbc2b26579af40125f8 /README | |
parent | 423a8e418f0ea9a891856ed3ae3b7f9f52d5cc8f (diff) |
src/util: Use make 4.0 assignment operator
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -53,10 +53,10 @@ These are the direct dependencies for running GNUnet: - postgres >= 9.5 (alternative to sqlite) - Texinfo >= 5.2 [*1] - makeinfo >= 4.8 +- make[*3] - which (bootstrap script and some Makefiles) - gettext - zlib -- pkg-config These are the dependencies for GNUnet's testsuite: @@ -107,6 +107,12 @@ Recommended autotools for compiling the Git version are: Contrary to the name, texi2mdoc does not require texinfo, It is a standalone ISO C utility. +[*3] GNU make introduced the != operator in version 4.0. + GNU make was released in october 2013, reasonable to + be widespread by now. If this is not working out for + you, open a bug so that we can get a more portable + fix in. + Requirements ============ |