1

Updating README.md

This commit is contained in:
Alex Yatskov 2017-05-06 12:17:22 -07:00
parent ea42fab71b
commit 885a3b51e8

View File

@ -18,7 +18,17 @@ take this intermediate data and store it in a reasonable, industry standard repr
![](https://foosoft.net/projects/zero-epwing/img/zero-wing.png) ![](https://foosoft.net/projects/zero-epwing/img/zero-wing.png)
## Requirements ## ## Installation ##
Pre-built binaries are available for Linux, Mac OS X, and Windows:
* [zero-epwing_linux.tar.gz](https://foosoft.net/projects/zero-epwing/dl/zero-epwing_linux.tar.gz)
* [zero-epwing_darwin.tar.gz](https://foosoft.net/projects/zero-epwing/dl/zero-epwing_darwin.tar.gz)
* [zero-epwing_windows.zip](https://foosoft.net/projects/zero-epwing/dl/zero-epwing_windows.zip)
## Building ##
Prepare your development environment by making sure the following tools are set up:
* [Autotools](https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html) * [Autotools](https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html)
* [CMake](https://cmake.org/) * [CMake](https://cmake.org/)
@ -26,10 +36,7 @@ take this intermediate data and store it in a reasonable, industry standard repr
* [Make](https://www.gnu.org/software/make/) * [Make](https://www.gnu.org/software/make/)
* [MinGW](http://www.mingw.org/) (Windows only) * [MinGW](http://www.mingw.org/) (Windows only)
## Building ## Once your system is configured, follow the steps below to create builds:
The instructions below are for building on Linux, Mac OS X, and Windows, provided your environment is already configured
for development:
1. Clone the repository by executing `git clone https://github.com/FooSoft/zero-epwing`. 1. Clone the repository by executing `git clone https://github.com/FooSoft/zero-epwing`.
2. Initialize the git submodules by executing `git submodule init`. 2. Initialize the git submodules by executing `git submodule init`.