summaryrefslogtreecommitdiff
path: root/src/enet/README
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-24 20:27:37 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-24 20:27:37 +0300
commit5c7971dba41580ec0eeb69133b11f717dd5317ac (patch)
tree662f92518db5393581c7dd9e0444e2ff23e5d017 /src/enet/README
parent3689ea3de59012d8abee08431b802cec81ba76e9 (diff)
downloadplus-5c7971dba41580ec0eeb69133b11f717dd5317ac.tar.gz
plus-5c7971dba41580ec0eeb69133b11f717dd5317ac.tar.bz2
plus-5c7971dba41580ec0eeb69133b11f717dd5317ac.tar.xz
plus-5c7971dba41580ec0eeb69133b11f717dd5317ac.zip
Remove embeded guichan.
Add cmake deps for system wide guichan.
Diffstat (limited to 'src/enet/README')
-rw-r--r--src/enet/README15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/enet/README b/src/enet/README
deleted file mode 100644
index 7f7a0ad01..000000000
--- a/src/enet/README
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-
-