- or download this
# On Arch Linux
sudo pacman -S ncurses gpm
- or download this
# On Arch Linux
sudo pacman -S perl-text-template
# or via CPAN
sudo cpanm -n Text::Template
- or download this
# On Arch Linux
sudo pacman -S xsel # X11
sudo pacman -S wl-clipboard # Wayland
- or download this
git clone --depth=1 https://github.com/magiblot/tvision
cd tvision
...
sudo cmake --install ./build
cd ..
- or download this
git clone --depth=1 https://github.com/vadrerko/perl-tvision
cd perl-tvision
...
sudo make install
cd ..