Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
seliopou committed Feb 10, 2016
1 parent 5153e32 commit e5ce592
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,14 @@ dependencies that must be installed in order for the build to succeed. See the
`_oasis` file for details. In addition, the Makefile is written for GNU make.
Some platforms such as OS X and FreeBSD do not have a GNU-compatible make
installed by default. If you get strage error messages at this stage of the
build, check your make.
build, check your make. The following commands will configure the build for
code generation and regenrate the libraries from the current definitions:

```bash
./configure --enable-gen
make gen
```

This should h

## Example

Here's how you use the library and EC2 bindings to retrieve a list of regions
Expand Down

0 comments on commit e5ce592

Please sign in to comment.