diff options
author | pwrdwnsys <pwrdwnsys@users.noreply.github.com> | 2019-06-15 21:30:17 +0100 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-06-15 20:30:17 +0000 |
commit | 490a6528fc370ba939b23b029f7804d14d33f558 (patch) | |
tree | ea889d877b7f9b3b7bf1496586a95c9765b0a9c1 /INSTALL.md | |
parent | 8ea28eb1b083dab585af45faf6d85b656856876e (diff) | |
download | alacritty-490a6528fc370ba939b23b029f7804d14d33f558.tar.gz alacritty-490a6528fc370ba939b23b029f7804d14d33f558.zip |
Add INSTALL.md note about OpenBSD user datasize limits
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -151,6 +151,9 @@ pkg_add rust python Select the package for Python 3 (e.g. `python-3.6.8p0`) when prompted. +The default user limits in OpenBSD are insufficient to build Alacritty. A +`datasize-cur` of at least 3GB is recommended (see [login.conf](https://man.openbsd.org/login.conf)). + #### Solus On [Solus](https://solus-project.com/), you need a few extra libraries to build |