summaryrefslogtreecommitdiff
path: root/libs/enet/README
diff options
context:
space:
mode:
authorBernd Wachter <bwachter-tmw@lart.info>2010-08-13 19:14:33 +0300
committerBernd Wachter <bwachter-mana@lart.info>2010-08-15 00:34:50 +0300
commit3a6ff85e8f03960fc0709ed1cb203a44b8c4d6b5 (patch)
treed23df8e53f5868e450e98fdc266b1c8a36f1a386 /libs/enet/README
parentab0933b5a4c6cd3ca9f6b13bd011c7e0bf4e546e (diff)
downloadmanaserv-3a6ff85e8f03960fc0709ed1cb203a44b8c4d6b5.tar.gz
manaserv-3a6ff85e8f03960fc0709ed1cb203a44b8c4d6b5.tar.bz2
manaserv-3a6ff85e8f03960fc0709ed1cb203a44b8c4d6b5.tar.xz
manaserv-3a6ff85e8f03960fc0709ed1cb203a44b8c4d6b5.zip
Add enet files
Diffstat (limited to 'libs/enet/README')
-rw-r--r--libs/enet/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/libs/enet/README b/libs/enet/README
new file mode 100644
index 00000000..7f7a0ad0
--- /dev/null
+++ b/libs/enet/README
@@ -0,0 +1,15 @@
+Please visit the ENet homepage at http://enet.bespin.org for installation
+and usage instructions.
+
+If you obtained this package from CVS, the quick description on how to build
+is:
+
+# Generate the build system.
+
+autoreconf -vfi
+
+# Compile and install the library.
+
+./configure && make && make install
+
+