You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
327 B
10 lines
327 B
To install run:
|
|
make clean
|
|
make libenet
|
|
sudo make install
|
|
|
|
To uninstall run:
|
|
sudo make uninstall
|
|
|
|
Libraries (.so and .a) are installed to `/usr/local/lib'. Header is installed to `/usr/local/include'. The shared library is then symlinked to `/usr/lib/libenet.so' and the header is symlinked to `/usr/include/enet.h'.
|