Initial sauer
[SauerbratenRemote.git] / src / enet / README
blob1ce5f8f64bfb0f760572e98ea0b72f4c5a624c76
1 Please visit the ENet homepage at http://enet.bespin.org for installation\r
2 and usage instructions.\r
3 \r
4 If you obtained this package from CVS, the quick description on how to build\r
5 is:\r
6 \r
7 # Generate the build system.\r
8 \r
9 aclocal && automake -a -c --foreign && autoconf\r
11 # Compile and install the library.\r
13 ./configure && make && make install\r