summaryrefslogtreecommitdiff
path: root/src/enet/README
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-24 17:47:39 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-24 17:47:39 +0300
commit4ef35e9ef757da1db724c5d784048601144c934c (patch)
treec683545ec5c2bc43d619eb9de994659ae88405b0 /src/enet/README
parent05abb208b47329b60a3cbbef86f8bc88f91ab5de (diff)
downloadplus-4ef35e9ef757da1db724c5d784048601144c934c.tar.gz
plus-4ef35e9ef757da1db724c5d784048601144c934c.tar.bz2
plus-4ef35e9ef757da1db724c5d784048601144c934c.tar.xz
plus-4ef35e9ef757da1db724c5d784048601144c934c.zip
Remove enet code from sources.
It only need for manaserv server type, but manaserv still in long development.
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
-
-