documentation for compiling on Windows

This commit is contained in:
Benjamin Dodd 2013-08-31 19:58:04 +12:00
parent 450b3c7ed5
commit c1df192f09

View File

@ -14,6 +14,8 @@ You need the following installed and available in your $PATH:
* [Scala 2.9.1](http://www.scala-lang.org)
* [sbt (only download if you're building on Windows)](http://www.scala-sbt.org/)
You also need to add the scala binary to your PATH.
After cloning the project, you need to build it from source with this command:
@ -22,6 +24,13 @@ After cloning the project, you need to build it from source with this command:
./sbt assembly
```
or for Windows...
```
sbt assembly
```
### To generate a sample client library
You can build a client against Wordnik's [petstore](http://petstore.swagger.wordnik.com) API as follows: