mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-22 21:58:39 +01:00
Mention compilation FAQ in build instructions
This commit is contained in:
parent
029f0733ed
commit
0fb8e2c2cf
@ -4,7 +4,7 @@ Here's how to build your own version of *boxes* using the [boxes sources](https:
|
||||
|
||||
## Building on Linux / UNIX
|
||||
|
||||
Just unzip the [source archive](https://github.com/{{ site.github }}/releases/latest) or [clone the GitHub repo](https://help.github.com/articles/cloning-a-repository/). Make sure you have your C compiler installed, including [Flex](http://flex.sourceforge.net/) and [Bison](http://www.gnu.org/software/bison/). In the top level directory, type `make && make test`. Find the resulting binary in the *src* folder.
|
||||
Just unzip the [source archive](https://github.com/{{ site.github }}/releases/latest) or [clone the GitHub repo](https://help.github.com/articles/cloning-a-repository/). Make sure you have your C compiler installed, including [Flex](http://flex.sourceforge.net/) and [Bison](http://www.gnu.org/software/bison/). In the top level directory, type `make && make test`. Find the resulting binary in the *src* folder. In case of problems, check the [compilation faq]({{ site.baseurl }}/docs/faq.html#q5).
|
||||
|
||||
That should be all. *Boxes* is built so that this works almost everywhere.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user