Coder Social home page Coder Social logo

lxterminal's Introduction

LXTerminal

LXTerminal is a VTE-based terminal emulator with support for multiple tabs. It is completely desktop-independent and does not have any unnecessary dependencies. In order to reduce memory usage and increase the performance all instances of the terminal are sharing a single process.

Building and installation

Dependencies

This dependency is listed as the package name used in Debian. If your distribution is neither Debian nor its derivatives, you could find equivalents for your target distribution.

Basic requirements for building:

  • libglib2.0-dev
  • libgtk2.0-dev
  • libvte-dev
  • autotools-dev
  • intltool

For generating man pages (./configure --enable-man):

  • xsltproc
  • libxml2-utils
  • docbook-xml
  • docbook-xsl

Building on Debian, Ubuntu or their derivatives from git

You may try:

# Install tools and build dependencies
sudo apt install git xsltproc libxml2-utils docbook-xml docbook-xsl
sudo apt build-dep lxterminal

# Get the source code from git
git clone https://github.com/lxde/lxterminal.git
cd lxterminal

# Build and install
./autogen.sh
./configure --enable-man
make
sudo make install

Note that if you get the message E: You must put some 'source' URIs in your sources.list, it means you need to add deb-src URI into /etc/apt/sources.list to find the build dependencies. Try duplicating the URI of the main repository and replace deb with deb-src.

lxterminal's People

Contributors

anubisg1 avatar atriwidada avatar billy3321 avatar brother avatar crayxt avatar danwin avatar davesp avatar finboyslick avatar forfolias avatar gilir avatar helix84 avatar helixbot avatar hirkmt avatar jalakas avatar kbirabwa avatar knedlyk avatar lstranger avatar mbouzada avatar medicalwei avatar mseed avatar paxman avatar pcman avatar pjotr123 avatar praveenilla avatar smarquespt avatar sv99 avatar vililikku avatar wwycheuk avatar wylmer avatar zvacet 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.