This repository was archived by the owner on Jun 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Chris Vest edited this page May 16, 2019
·
3 revisions
Before you can install XV, you'll need to have a C and Rust development environment installed first, and the ncurses headers must available.
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.
How to install a C development environment and the ncurses headers depends on your operating system and distribution.
sudo apt install gcc libncursesw5-dev
sudo dnf install ncurses-devel
- Feel free to add instructions for other platforms if you have verified that they work on a fresh and clean installation.
- You might also find the Cursive installation instructions helpful: https://github.com/gyscos/Cursive/wiki/Install-ncurses