Created
February 3, 2017 03:08
-
-
Save kaspergrubbe/a93116fe47f3403d5a2e46e5adeadf5a to your computer and use it in GitHub Desktop.
Build termite terminal and vte/vte-ng on Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# VTE | |
apt-get install autoconf libglib2.0-dev gtk-doc-tools libpcre2-dev libgirepository1.0-dev gperf libvte-2.91-dev libvte-dev valac unzip | |
wget https://github.com/thestinger/vte-ng/archive/0.46.0.a.zip | |
unzip 0.46.0.a.zip | |
rm 0.46.0.a.zip | |
cd vte-ng-0.46.0.a | |
bash autogen.sh | |
make && make install | |
cd ~ | |
rm -rf vte-ng-0.46.0.a/ | |
# TERMITE | |
apt install git | |
git clone --recursive https://github.com/thestinger/termite.git | |
cd termite/ | |
make && make install | |
cd ~ | |
rm -rf termite/ | |
# TLP for Thinkpad x230 | |
# apt install tlp tlp-rdw tp-smapi-dkms acpi-call-dkms smartmontools linux-tools-common | |
# apt install powertop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This script solved all my problems, give it a try @rbrtbrnschn
https://github.com/ls4154/termite-ubuntu