GithubHelp home page GithubHelp logo

libvgaterm-staging's Introduction

libvgaterm
==========

libvgaterm is a library that provides a VGA text mode terminal Gtk+ widget.


Run-time dependencies
=====================

In general, the primary dependency of libvgaterm is Gtk+ 2.8 (or newer in the
2.x series).  Python and pygtk are also required if you are using the
(highly recommended) Python bindings.

Below is a list of package names you can install which should pull in all
the required dependencies.  Package names vary depending on which Linux
distribution you are using.

Debian/Ubuntu (apt-get install X):
	libgtk2.0-0 python-gtk2

Fedora/Red Hat (yum install X):
	gtk2 pygtk2


Compiling from source
=====================

If you're building this library from source, you will need the associated
development packages for Gtk+ 2.x and pygtk:

Debian/Ubuntu (apt-get install X):
	libgtk2.0-dev python-dev python-gtk2-dev

Fedora/Red Hat (yum install X):
	gtk2-devel python-devel pygtk2-devel

If you are building directly from the git repository rather than using a
release tarball, additional dependencies and steps are required.  First,
ensure that you have installed autoconf, automake, and libtool on your system.
Then, run "./autogen.sh" from the top-level build directory to generate the
configure script.

Run the following three commands to configure, compile, and install the
library:

	$ ./configure
	$ make
	$ make install

See the 'INSTALL' file for more details.


Support
=======

Visit the libvgaterm homepage at https://github.com/nacase/libvgaterm

libvgaterm-staging's People

Contributors

nacase avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.