How to Install clanlib-doc in Ubuntu 18.04



Install clanlib-doc by entering the following commands in the terminal:

sudo apt update
sudo apt install clanlib-doc

Description:

Reference documentation and tutorials for ClanLib

ClanLib delivers a platform independent interface to write games with. If a game is written with ClanLib, it should be possible to compile the game under any platform (supported by ClanLib, that is) without changing the application source code. . But ClanLib is not just a wrapper library, providing a common interface to low-level libraries such as DirectFB, DirectX, OpenGL, X11, etc. While platform independence is ClanLib's primary goal, it also tries to be a service-minded game SDK. In other words, great effort has been put into designing the API, to ensure ClanLib's ease of use - while maintaining its power. . This package contains html documentation for the ClanLib API and some tutorials to ease the learning curve for programming with it.

Homepage: http://www.clanlib.org/

Version: 1.0~svn3827-7

Section: universe/doc