diff options
Diffstat (limited to 'libs/enet/README')
-rw-r--r-- | libs/enet/README | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libs/enet/README b/libs/enet/README deleted file mode 100644 index 7f7a0ad0..00000000 --- a/libs/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 - - |