We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5153e32 commit e5ce592Copy full SHA for e5ce592
README.md
@@ -30,15 +30,14 @@ dependencies that must be installed in order for the build to succeed. See the
30
`_oasis` file for details. In addition, the Makefile is written for GNU make.
31
Some platforms such as OS X and FreeBSD do not have a GNU-compatible make
32
installed by default. If you get strage error messages at this stage of the
33
-build, check your make.
+build, check your make. The following commands will configure the build for
34
+code generation and regenrate the libraries from the current definitions:
35
36
```bash
37
./configure --enable-gen
38
make gen
39
```
40
-This should h
41
-
42
## Example
43
44
Here's how you use the library and EC2 bindings to retrieve a list of regions
0 commit comments