Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
Chris Vest edited this page May 16, 2019 · 3 revisions

Preparing to install

Before you can install XV, you'll need to have a C and Rust development environment installed first, and the ncurses headers must available.

Rust

To get a Rust development environment, follow the instructions at https://rustup.rs/.

You may have to log out of, and back in to, your computer before the cargo command is available. Or try restarting your computer if that fails.

C and ncurses

How to install a C development environment and the ncurses headers depends on your operating system and distribution.

Ubuntu Linux

  • sudo apt install gcc libncursesw5-dev

Fedora

  • sudo dnf install ncurses-devel

Other platforms

Clone this wiki locally