sdl-net 1.2.8
SDL networking library
SDL_net is a small, cross-platform networking library for SDL.
- Outputs:
debug
,out
- Website: https://www.libsdl.org/projects/SDL_net/
- Licenses: Zlib
- Package source: gnu/packages/sdl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install sdl-net 1.2.8
as follows:
guix install sdl-net@1.2.8
Or install the latest version:
guix install sdl-net
The sdl-net
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install sdl-net:debug
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.