SDL2_net-2.2.0

Introduction to SDL2_net

The sdl2_net package provides a cross-platform networking library.

SDL2_net Dependencies

Required

SDL2

Installation of SDL2_net

Install SDL2_net by running the following commands:

./configure --prefix=/usr     \
            --disable-static  \
            --disable-sdltest \
            --disable-examples &&
make

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

--disable-sdltest --disable-examples: These parameters disable linking against a library that was deleted in SDL2.

Contents

Installed Programs: None
Installed Libraries: libSDL2_net.so
Installed Directories: /usr/lib/cmake/SDL2_net

Short Descriptions

libSDL2_net.so

contains networking functions