summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-04-06 20:30:53 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2015-04-06 20:30:53 +0200
commitb36d9c7c9044f0252a38c401877e8ea29d49da03 (patch)
treebb3978438b70b6ddd694efc913edd8b4d9e5e8d1 /README
parent4b4c275d5545bbdc40a8b0ef036d1417c314c90a (diff)
downloadbiruda-b36d9c7c9044f0252a38c401877e8ea29d49da03.tar.gz
biruda-b36d9c7c9044f0252a38c401877e8ea29d49da03.tar.bz2
work in progress, introduction of architecture variables
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 9 insertions, 7 deletions
diff --git a/README b/README
index a0826ef..994e8a5 100644
--- a/README
+++ b/README
@@ -23,10 +23,11 @@ Requirements
http://www.gnu.org/software/gengetopt/gengetopt.html
* confuse: configuration library
http://www.nongnu.org/confuse/
-* nanomsg: for communication between nodes (on the same machine or on several machines)
+* nanomsg: for communication between nodes (on the same machine or on
+ several machines)
http://nanomsg.org/
-* libmicrohttpd: for an embedded web interface (not on Windows, there is
- no master webserver on Windows currently)
+* libmicrohttpd: for an embedded web interface (not on Windows, there
+ is no master webserver on Windows currently)
http://www.gnu.org/software/libmicrohttpd/
* pthreads: for threading support on Windows
http://sourceware.org/pthreads-win32/
@@ -38,7 +39,8 @@ Requirements
command line interface (cli)
https://github.com/antirez/linenoise
(integrated)
-* http-tiny: simple web client library, used by the 'cli' to talk to the master.
+* http-tiny: simple web client library, used by the 'cli' to talk to
+ the master.
http://www.demailly.com/~dl/http-tiny-1.2.tar.gz
(integrated)
* libdaemon: for daemonizing support on Unix
@@ -46,6 +48,6 @@ Requirements
Other projects
--------------
-* my own shell-script-based predecessor at http://github.com/Wolframe/build
-* buildbot
-* OpenSuseBuild service
+* my own shell-script-based predecessor (http://github.com/Wolframe/build)
+* buildbot (http://buildbot.net/)
+* OpenSuseBuild service (http://openbuildservice.org/)