GNU/Linux >> Linux Esercitazione >  >> Ubuntu

Come installare la termite?

Sto usando openbox su UbuntuGnome .. se questo aiuta.

Quindi ho esaminato la documentazione che si trova qui:

https://wiki.archlinux.org/index.php/Termite

e non riesco a capire come installarlo.
Sono molto alle prime armi e vorrei solo che fosse possibile una semplice spiegazione, o almeno una spintarella nella giusta direzione.

Ho anche seguito le istruzioni qui:
https://github.com/thestinger/termite

Ha fatto quanto segue:

git clone --recursive https://github.com/thestinger/termite.git
cd termite && make

quindi ottieni questo:

[email protected]:~/termite$ make
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
Package vte-2.91 was not found in the pkg-config search path.
Perhaps you should add the directory containing `vte-2.91.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vte-2.91' found
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-3.0' found
Package vte-2.91 was not found in the pkg-config search path.
Perhaps you should add the directory containing `vte-2.91.pc'
to the PKG_CONFIG_PATH environment variable
No package 'vte-2.91' found
g++ -std=c++11 -O3 -Wall -Wextra -pedantic -Winit-self -Wshadow -Wformat=2 -Wmissing-declarations -Wstrict-overflow=5 -Wcast-align -Wconversion -Wunused-macros -Wwrite-strings -DNDEBUG -D_POSIX_C_SOURCE=200809L -DTERMITE_VERSION="v11"   -Wno-missing-field-initializers -s -Wl,--as-needed  termite.cc  -o termite
termite.cc:31:21: fatal error: gtk/gtk.h: No such file or directory
compilation terminated.
Makefile:36: recipe for target 'termite' failed
make: *** [termite] Error 1

Risposta accettata:

Qui c'è uno script di installazione, che spiega bene tutte le dipendenze e le cose, lo copierò solo per te 😉

Installa dipendenze

sudo apt install -y g++ libgtk-3-dev gtk-doc-tools gnutls-bin 
    valac intltool libpcre2-dev libglib3.0-cil-dev libgnutls28-dev 
    libgirepository1.0-dev libxml2-utils gperf build-essential

Ottieni e installa vte-ng

git clone https://github.com/thestinger/vte-ng.git
echo export LIBRARY_PATH="/usr/include/gtk-3.0:$LIBRARY_PATH"
cd vte-ng && ./autogen.sh && make && sudo make install
cd ..

Ottieni e installa termite e configura

git clone --recursive https://github.com/thestinger/termite.git
cd termite && make && sudo make install
sudo ldconfig
sudo mkdir -p /lib/terminfo/x
sudo ln -s /usr/local/share/terminfo/x/xterm-termite /lib/terminfo/x/xterm-termite

Voilà, dovrebbe essere così...


Ubuntu
  1. Come installare Winget (Gestione pacchetti di Windows)

  2. Come installare Zlib su Ubuntu Linux

  3. Come installare Wps-office su Ubuntu 17.10??

  4. Come installare Gcc-7 o Clang 4.0?

  5. Come installare tar.gz in CentOS

Come installare RPM su CentOS

Come installare Minecraft su Ubuntu 20.04

Come installare il pacchetto Debian (.deb).

Come installare Slack su Ubuntu 20.04 Linux

Come installare Mattermost Desktop su Ubuntu 20.04

Come installare il filato su Ubuntu 18.04