summaryrefslogtreecommitdiffhomepage
path: root/libs/nixio/README
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2009-03-03 22:44:26 +0000
committerSteven Barth <steven@midlink.org>2009-03-03 22:44:26 +0000
commite38c438771d10231e7ce1b74c027b4914acd6c78 (patch)
tree91ca365e48919d9af60e11ec7564f47538208289 /libs/nixio/README
parenta3079828b4e0c0fabd96dfca87b99a5b5d9529e5 (diff)
nixio:
Use POSIX file functions introduce dup() introduce fork() wait() kill() more signal interrupt wrappers more POSIX / UNIX standard compliance
Diffstat (limited to 'libs/nixio/README')
-rw-r--r--libs/nixio/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/nixio/README b/libs/nixio/README
new file mode 100644
index 000000000..01b836130
--- /dev/null
+++ b/libs/nixio/README
@@ -0,0 +1,7 @@
+Building:
+
+With axTLS (standard):
+make
+
+With OpenSSL:
+make NIXIO_TLS=openssl