diff options
Diffstat (limited to 'src/enet/README')
-rw-r--r-- | src/enet/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/enet/README b/src/enet/README new file mode 100644 index 000000000..7f7a0ad01 --- /dev/null +++ b/src/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 + + |