From 73c7f0c48d32ab5dc4b50e14e875306f4ddb6545 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Tue, 12 May 2020 15:18:37 +0000 Subject: Remove prebuilt linux binaries Fixes #3628. --- INSTALL.md | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 6b400193..1370923a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -25,7 +25,6 @@ 1. [Desktop Entry](#desktop-entry) 2. [MacOS](#macos) 3. [Cargo](#cargo) - 4. [Debian/Ubuntu](#debianubuntu-1) 3. [Manual Page](#manual-page) 4. [Shell Completions](#shell-completions) 1. [Zsh](#zsh) @@ -65,12 +64,9 @@ drivers installed too (these are called `libegl1-mesa-dev` on Ubuntu). #### Debian/Ubuntu -You can build alacritty using `cargo deb` and use your system's package manager -to maintain the application using the instructions [below](#debianubuntu-1). - -If you'd still like to build a local version manually, you need a few extra -libraries to build Alacritty. Here's an apt command that should install all of -them. If something is still found to be missing, please open an issue. +If you'd like to build a local version manually, you need a few extra libraries +to build Alacritty. Here's an apt command that should install all of them. If +something is still found to be missing, please open an issue. ```sh apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev python3 @@ -255,21 +251,6 @@ If you don't want to clone the repository, you can install Alacritty directly us cargo install --git https://github.com/alacritty/alacritty ``` -### Debian/Ubuntu - -Using `cargo deb`, you can create and install a deb file. - -```sh -cargo install cargo-deb -cargo deb --install -p alacritty -``` - -To choose a default terminal app, use Debian's `update-alternatives`. - -```sh -update-alternatives --config x-terminal-emulator -``` - ## Manual Page Installing the manual page requires the additional dependency `gzip`. -- cgit