Help for this page

Select Code to Download


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