boxes/download.html

59 lines
1.9 KiB
HTML
Raw Normal View History

---
2015-05-12 21:50:01 +02:00
layout: markdown
2014-12-24 14:04:40 +01:00
title: Downloads
---
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
2017-03-18 22:03:02 +01:00
[release history]({{ site.baseurl }}/docs/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:
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
2019-02-22 11:21:46 +01:00
- The current [list of available box designs]({{ site.baseurl }}/box-designs.txt).
Want to see your design in the official config file? Submit it as a
[pull request](https://github.com/{{ site.github }}/pulls){:target="_blank"} on GitHub.
If this seems too complicated, or you are not an IT person, feel free to send email, too.
Emails take much longer to be processed, though.
- A [vim syntax file](https://github.com/{{ site.github }}/issues/4){:target="_blank"} to enable the vim editor to
apply syntax highlighting to *boxes* config files (beta state).
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
2019-02-22 11:21:46 +01:00
## License
*Boxes* is free software under the
[GNU General Public License](https://www.gnu.org/licenses/gpl-2.0.html#TOC1){:target="_blank"}
(GNU GPL), version 2.