Skip to content

Commit

Permalink
update README (was in OVIS-4.2_Beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
oceandlr committed Mar 1, 2019
1 parent d936b04 commit 7383a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,12 @@ At the OVIS top directory,
./autogen.sh
mkdir <build directory>
cd <build directory>
../configure --prefix=<installed path> [options]
../configure --prefix=<installed path> --enable-swig [options]
make
make install
```

Note that the option "--enable-swig" is required to be able to attach to a ldmsd using ldmsd_controller.
To build _sos_ and _baler_, `--enable-sos` and `--enable-baler`, respectively,
must be given at the configure line. Note that _baler_ has dependency on _sos_.

Expand Down

0 comments on commit 7383a11

Please sign in to comment.