How to Install libsdl-console-dev in Ubuntu 18.04



Install libsdl-console-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libsdl-console-dev

Description:

Console that can be added to any SDL application, development files

This library provides a console similar to the consoles in Quake and other games but with lots of added features. . A console is meant to be a very simple way of interacting with a program and executing commands. Commands are linked to the console with callback functions so that when a command is typed in, a specific function is executed automatically. . This package contains the header files and static library needed to compile applications that use libsdl-console.

Homepage: http://sdlconsole.sourceforge.net/

Version: 2.1-5

Section: universe/libdevel