| <a href="https://travis-ci.org/espeak-ng/espeak-ng"><img src="https://secure.travis-ci.org/espeak-ng/espeak-ng.svg?branch=master"/></a> | <a href="https://travis-ci.org/espeak-ng/espeak-ng"><img src="https://secure.travis-ci.org/espeak-ng/espeak-ng.svg?branch=master"/></a> | ||||
| - [Windows Binaries](#windows-binaries) | |||||
| - [Windows](#windows) | |||||
| - [Binaries](#binaries) | |||||
| - [Building](#building) | |||||
| - [Build Dependencies](#build-dependencies) | - [Build Dependencies](#build-dependencies) | ||||
| - [Debian](#debian) | - [Debian](#debian) | ||||
| - [Building](#building) | |||||
| - [Building](#building-1) | |||||
| - [Audio Output Configuration](#audio-output-configuration) | - [Audio Output Configuration](#audio-output-configuration) | ||||
| - [eSpeak NG Feature Configuration](#espeak-ng-feature-configuration) | - [eSpeak NG Feature Configuration](#espeak-ng-feature-configuration) | ||||
| - [Extended Dictionary Configuration](#extended-dictionary-configuration) | - [Extended Dictionary Configuration](#extended-dictionary-configuration) | ||||
| - [Compiling on Windows](#compiling-on-windows) | |||||
| - [Testing](#testing) | - [Testing](#testing) | ||||
| - [Installing](#installing) | - [Installing](#installing) | ||||
| - [Documentation](#documentation) | - [Documentation](#documentation) | ||||
| See the [CHANGELOG](CHANGELOG.md) for a description of the changes in the | See the [CHANGELOG](CHANGELOG.md) for a description of the changes in the | ||||
| various releases and with the eSpeak project. | various releases and with the eSpeak project. | ||||
| ## Windows Binaries | |||||
| ## Windows | |||||
| ### Binaries | |||||
| The Windows version of eSpeak NG 1.49.0 is available as: | The Windows version of eSpeak NG 1.49.0 is available as: | ||||
| There is an [issue](https://github.com/espeak-ng/espeak-ng/issues/7) to track | There is an [issue](https://github.com/espeak-ng/espeak-ng/issues/7) to track | ||||
| support for this feature. | support for this feature. | ||||
| ### Building | |||||
| To build eSpeak NG on Windows, you will need: | |||||
| 1. a copy of Visual Studio 2015, such as the Community Edition; | |||||
| 2. the Windows 8.1 SDK; | |||||
| 3. the [WiX installer](http://wixtoolset.org) plugin; | |||||
| 4. the [pcaudiolib](http://github.com/rhdunn/pcaudiolib) project checked out to | |||||
| `src` (as `src/pcaudiolib`). | |||||
| You can then open and build the `src/windows/espeak-ng.sln` solution in Visual | |||||
| Studio. | |||||
| ## Build Dependencies | ## Build Dependencies | ||||
| In order to build eSpeak NG, you need: | In order to build eSpeak NG, you need: | ||||
| provide better coverage for those languages, while increasing the resulting | provide better coverage for those languages, while increasing the resulting | ||||
| dictionary size. | dictionary size. | ||||
| ## Compiling on Windows | |||||
| To build eSpeak NG on Windows, you will need: | |||||
| 1. a copy of Visual Studio 2015, such as the Community Edition; | |||||
| 2. the Windows 8.1 SDK; | |||||
| 3. the [WiX installer](http://wixtoolset.org) plugin; | |||||
| 4. the [pcaudiolib](http://github.com/rhdunn/pcaudiolib) project checked out to | |||||
| `src` (as `src/pcaudiolib`). | |||||
| You can then open and build the `src/windows/espeak-ng.sln` solution in Visual | |||||
| Studio. | |||||
| ## Testing | ## Testing | ||||
| Before installing, you can test the built espeak-ng using the following command | Before installing, you can test the built espeak-ng using the following command |