Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chongyangma committed Jun 8, 2016
1 parent 98e11e1 commit f683350
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ This repository contains the source code and example data of the following publi
## Requirements

Compiling from scratch requires the installation of [CMake](https://cmake.org/) and [Boost C++ Libraries](http://www.boost.org/).
The code is cross-platform and has been tested under Windows (MSVC), Linux (Ubuntu) and Mac OS X. Compiling from scratch requires the installation of [CMake](https://cmake.org/) and [Boost C++ Libraries](http://www.boost.org/).

## Usage

Launching the compiled application from command line without any argument will print the usage information (MSVC version):

```
levels.exe graph.xml templates.xml config.txt [target_solution_number]
```

## Contact information

Expand Down

0 comments on commit f683350

Please sign in to comment.