mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-02-08 13:50:40 +01:00
53 lines
1.7 KiB
HTML
53 lines
1.7 KiB
HTML
---
|
|
layout: markdown
|
|
title: Downloads
|
|
---
|
|
|
|
# Download *Boxes*
|
|
|
|
The current release is **version {{ site.currentVersion }}**. For older revisions, feel free to browse the
|
|
[release history]({{ site.baseurl }}/docs/releases.html).
|
|
|
|
|
|
## Binaries
|
|
|
|
*boxes* binaries are available on multiple platforms:
|
|
|
|
**Windows**\\
|
|
[ZIP File with binary](https://github.com/{{ site.github }}/releases/download/v{{ site.currentVersion }}/boxes-{{ site.currentVersion }}-intel-win32.zip),
|
|
just extract and put it somewhere on the PATH.
|
|
|
|
**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.
|
|
|
|
|
|
## Miscellaneous
|
|
|
|
- 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).
|
|
|
|
|
|
## Sources
|
|
|
|
The *boxes* sources are now all on GitHub, including previous releases
|
|
([build instructions]({{ site.baseurl }}/build.html)):
|
|
|
|
[https://github.com/{{ site.github }}](https://github.com/{{ site.github }}){:target="_blank"}
|
|
|
|
|
|
## 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.
|