mirror of
https://github.com/wez/wezterm.git
synced 2024-11-28 01:06:37 +03:00
1.1 KiB
1.1 KiB
title |
---|
Installation |
Installing a package
- Linux, macOS and Windows packages are available from the Releases page
- Bleeding edge Windows package available from Appveyor
Installing from source
- Install
rustup
to get therust
compiler installed on your system. https://www.rust-lang.org/en-US/install.html - Rust version 1.35 or later is required
- Build in release mode:
cargo build --release
- Run it via either
cargo run --release
ortarget/release/wezterm
You will need a collection of support libraries; the get-deps
script will
attempt to install them for you. If it doesn't know about your system,
please contribute instructions!
$ curl https://sh.rustup.rs -sSf | sh -s
$ git clone --depth=1 --branch=master --recursive https://github.com/wez/wezterm.git
$ cd wezterm
$ git submodule update --init
$ sudo ./get-deps
$ cargo build --release
$ cargo run --release -- start