aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
Commit message (Collapse)AuthorAge
* Add g++ dependency to Debian install docsFinn27082024-10-24
|
* Create man5 directory along with man1Yug Shende2023-07-10
|
* Switch to TOML configuration formatChristian Duerr2023-06-12
| | | | | | | | | | | | | | | This switches Alacritty's default configuration format from yaml to toml. While yaml is still supported, it is done by converting it to toml and should be removed entirely in the future. All existing features were persisted based on my testing. Behavior should not change much, though `--option` might have slightly different behavior since the entire line is not interpreted as one line of toml. A new `alacritty migrate` subcommand has been added which allows automatic migration from yaml to toml. This also could be used as a facility to automatically fix configuration file changes in the future. Closes #6592.
* Move manpages to scdocChristian Duerr2023-05-28
| | | | | | | | | This rewrites the existing manpages to use the `scdoc` format, making it simpler to read and edit the manpages without intricate roff knowledge. Some minor changes to the manpages were made in the process, mostly focusing on correcting some of the wording. The list of maintainers has also changed to ensure people not involved in the project anymore aren't unnecessarily contacted for support.
* Improve fish completions installation instructionsCRATO LABS2023-03-16
| | | Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
* Update INSTALL.md Ubuntu instructionsNathan Lilienthal2023-02-15
|
* Add RHEL8 instructions to INSTALL.mdNathaniel Graham2022-10-07
| | | Co-authored-by: Christian Duerr <contact@christianduerr.com>
* Add instructions for building without X11/Waylandsckzor2022-02-08
|
* Add alacritty-msg manpage to documentationChristian Duerr2021-11-08
| | | | | The original multiwindow PR added a new manpage, however this was not properly documented or included in our CI. This patch resolves these issues.
* Fix libxkbcommon-devel package name for openSUSEDiego Garza2021-11-02
| | | Fixes #5586.
* Add python to Archlinux install instructionsJonathan V2021-09-17
|
* Add libxkbcommon-dev to openSUSE dependenciesChristian Duerr2021-09-14
|
* Add macOS ARM builds to CIChristian Duerr2021-08-17
|
* Add python3 dep to freebsd install instructionsyancyribbens2021-08-15
|
* Add note about dependencies to Cargo InstallationVincent Olivert-Riera2021-07-29
|
* Add libxkbcommon to INSTALL.md dependenciesChristian Duerr2021-07-12
| | | Fixes #5320.
* Fix Void Linux link in the install guidePaul Barker2021-07-08
|
* Add libxkbcommon-dev to debian INSTALL.mdTim Hourigan2021-06-27
|
* Remove Windows WinPTY backendChristian Duerr2021-01-01
|
* Fixed typo in INSTALL.mdEverlastinggit2020-11-24
|
* Remove copr from installation instructionsEverlastinggit2020-11-24
| | | | Since Fedora now provides Alacritty in the default repository, that should be used instead of the copr repository.
* Add Alpine Linux build dependenciesChandler Swift2020-11-16
|
* Add g++ to Fedora build dependency documentationMatthew Neal2020-11-10
| | | Fixes #4400.
* Add additional CentOS/RHEL build dependenciesChristian Duerr2020-09-30
| | | Fixes #4271.
* Rework installation instructionsCanh Dinh2020-08-07
| | | | | | | | | | | | | | Since users should be capable of finding packages for their distributions, this removes all instructions that point users directly at specific packages. The third party repositories like COPR have been kept, since those are more difficult to find. The structure of the installation instructions has also been reworked to adjust for this and the post build instructions should be a bit cleaner now. Co-authored-by: Christian Duerr <contact@christianduerr.com>
* Remove outdated sections from READMEChristian Duerr2020-07-24
|
* Remove prebuilt linux binariesChristian Duerr2020-05-12
| | | Fixes #3628.
* Fix INSTALL.md platform orderingChristian Duerr2020-05-07
|
* Add fontconfig to Clear Linux install requirementsPierre Massat2020-05-07
|
* Capitalized the .desktop Filename (#3425)Nathan Lilienthal2020-03-13
| | | Follow free desktop file naming conventions.
* Add GNU Guix installation instructionsValentin Ignatev2020-03-01
|
* Move Alacritty to organizationChristian Duerr2020-01-11
| | | | | | | | This fixes various outdated links pointing to the old jwilm/alacritty repository. Since `copypasta` now has its own github repository at https://github.com/alacritty/copypasta, the sources have been removed from Alacritty.
* Simplify `cargo deb` usagePen Tree2019-11-26
|
* Suggest installing fish completions per-userFabian Homborg2019-06-30
| | | | | This uses $fish_complete_path[1], which should be in the user's home directory, so `sudo` is no longer needed.
* Fix dependencies for Archlinux in INSTALL.mdBenjamin Bauer2019-06-25
|
* Update manual install instructions for Void LinuxGabriel Silva Simões2019-06-23
|
* Fix ubuntu deploymentChristian Duerr2019-06-17
|
* Add INSTALL.md note about OpenBSD user datasize limitspwrdwnsys2019-06-15
|
* Add python 3 to OpenBSD dependenciespwrdwnsys2019-06-13
|
* Fix INSTALL.md relative windows/linux build linkAndy2019-06-03
|
* Add Gentoo install dependenciesChristian Duerr2019-06-03
| | | | | | | | | While Gentoo was listed in the table of contents of the INSTALL.md, the instructions to install the build dependencies were missing. This adds the emerge command necessary to install all dependencies of Alacritty (other than Rust) so building from source without the overlay is possible.
* Fix INSTALL.md .deb instruction linkKurgol2019-06-03
|
* Add build instructions for Clear LinuxRon Waldon2019-05-25
|
* Update Fedora and Ubuntu/Debian dependenciesKiril Videlov2019-05-01
|
* Add libxcb-devel dependency to INSTALL.md for openSUSEChris Coutinho2019-04-30
|
* Switch from copypasta to rust-clipboardChristian Duerr2019-04-28
| | | | | | | | | | | This switches our own `copypasta` crate with the more standardized `clipboard` library, which allows us to get rid of the `xclip` dependency on X11. Additionally, this lays the foundation for native Wayland clipboard support once the clipboard crate is updated (or a fork is created). Fixes #5.
* Split alacritty into a separate cratesTheodore Dubois2019-04-28
| | | | | The crate containing the entry point is called alacritty, and the crate containing everything else is called alacritty_terminal.
* Document EGL driver dependency on WaylandChristian Duerr2019-04-09
| | | This fixes #1497.
* Add icon to Linux .desktop fileKirill Chibisov2019-04-04
|
* Add official logoChristian Duerr2019-04-01
|