summaryrefslogtreecommitdiffstats
path: root/libs/enet/README
diff options
context:
space:
mode:
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 0000000..7f7a0ad
--- /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
+
+