Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/enet-1.1/README @ 13

Last change on this file since 13 was 13, checked in by landauf, 16 years ago

added enet

File size: 333 bytes
Line 
1Please visit the ENet homepage at http://enet.bespin.org for installation
2and usage instructions.
3
4If you obtained this package from CVS, the quick description on how to build
5is:
6
7# Generate the build system.
8
9aclocal && automake -a -c --foreign && autoconf
10
11# Compile and install the library.
12
13./configure && make && make install
14
Note: See TracBrowser for help on using the repository browser.