Skip to content

Commit e5ce592

Browse files
committed
README
1 parent 5153e32 commit e5ce592

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,14 @@ dependencies that must be installed in order for the build to succeed. See the
3030
`_oasis` file for details. In addition, the Makefile is written for GNU make.
3131
Some platforms such as OS X and FreeBSD do not have a GNU-compatible make
3232
installed by default. If you get strage error messages at this stage of the
33-
build, check your make.
33+
build, check your make. The following commands will configure the build for
34+
code generation and regenrate the libraries from the current definitions:
3435

3536
```bash
3637
./configure --enable-gen
3738
make gen
3839
```
3940

40-
This should h
41-
4241
## Example
4342

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

0 commit comments

Comments
 (0)