2014-12-23 22:50:09 +01:00
|
|
|
---
|
2014-12-24 14:04:40 +01:00
|
|
|
title: Downloads
|
2021-05-26 21:13:21 +02:00
|
|
|
permalink: /download.html
|
|
|
|
created_at: 1999-04-06
|
|
|
|
last_modified_at: 2021-02-17 21:37:44 +0100
|
2014-12-23 22:50:09 +01:00
|
|
|
---
|
|
|
|
|
2015-05-12 21:50:01 +02:00
|
|
|
# Download *Boxes*
|
|
|
|
|
2019-02-21 20:55:04 +01:00
|
|
|
The current release is **version {{ site.currentVersion }}**. For older revisions, feel free to browse the
|
2021-05-26 21:29:28 +02:00
|
|
|
[release history]({{ site.baseurl }}/releases.html).
|
2015-05-12 21:50:01 +02:00
|
|
|
|
|
|
|
|
2019-02-22 11:21:46 +01:00
|
|
|
## Binaries
|
2015-05-12 21:50:01 +02:00
|
|
|
|
2019-02-22 11:21:46 +01:00
|
|
|
*boxes* binaries are available on multiple platforms:
|
2021-05-26 21:13:21 +02:00
|
|
|
{% comment %} TODO properly reference known packages {% endcomment %}
|
2015-05-12 21:50:01 +02:00
|
|
|
|
2019-04-05 16:38:50 +02:00
|
|
|
**Windows**
|
2019-02-22 11:21:46 +01:00
|
|
|
|
2019-04-05 16:38:50 +02:00
|
|
|
- Option 1 - Using [Chocolatey](https://chocolatey.org/): Just type `choco install boxes.portable`
|
|
|
|
- Option 2 - Install from ZIP:
|
|
|
|
[Download ZIP](https://github.com/{{ site.github }}/releases/download/v{{ site.currentVersion }}/boxes-{{
|
|
|
|
site.currentVersion }}-intel-win32.zip), extract and put it somewhere on the PATH. Make sure to put boxes.exe and
|
|
|
|
boxes.cfg in the same directory.
|
2015-05-12 21:50:01 +02:00
|
|
|
|
2019-04-05 16:38:50 +02:00
|
|
|
**MacOS X**
|
|
|
|
|
|
|
|
- Just type `brew install boxes`.\\
|
|
|
|
This works for both 32bit and 64bit MacOS.
|
|
|
|
|
|
|
|
**Linux**
|
|
|
|
|
|
|
|
- Just type `apt-get install boxes`.\\
|
|
|
|
This works for Debian and debian-based Linuxes, such as Ubuntu, including the Windows 10 Ubuntu Subsystem.
|
2015-05-12 21:50:01 +02:00
|
|
|
|
|
|
|
|
2019-02-22 11:21:46 +01:00
|
|
|
## Miscellaneous
|
2017-03-18 22:03:02 +01:00
|
|
|
|
2021-05-26 21:13:21 +02:00
|
|
|
- The current [list of available box designs]({{ site.baseurl }}/box-designs.html)
|
2020-01-06 14:38:29 +01:00
|
|
|
- A [Vim syntax file](https://raw.githubusercontent.com/{{ site.github }}/master/boxes.vim){:target="_blank"} to
|
2021-05-26 21:13:21 +02:00
|
|
|
enable the Vim editor to apply syntax highlighting to *boxes* config files
|
2015-05-12 21:50:01 +02:00
|
|
|
|
|
|
|
|
2019-02-22 11:21:46 +01:00
|
|
|
## Sources
|
2015-05-12 21:50:01 +02:00
|
|
|
|
2019-02-22 11:21:46 +01:00
|
|
|
The *boxes* sources are now all on GitHub, including previous releases
|
|
|
|
([build instructions]({{ site.baseurl }}/build.html)):
|
2015-05-12 21:50:01 +02:00
|
|
|
|
2019-02-22 11:21:46 +01:00
|
|
|
[https://github.com/{{ site.github }}](https://github.com/{{ site.github }}){:target="_blank"}
|
2015-05-12 21:50:01 +02:00
|
|
|
|