... | ... | @@ -28,12 +28,12 @@ $> [optional] make test |
|
|
$> [optional] make doxygen
|
|
|
$> make install
|
|
|
```
|
|
|
|
|
|
CMAKE_INSTALL_PREFIX/lib should contain libhiflow.a
|
|
|
CMAKE_INSTALL_PREFIX/include/hiflow3 should contain the headers
|
|
|
[optional]CMAKE_INSTALL_PREFIX/share/hiflow3/doc should contain the documentation
|
|
|
|
|
|
**Note on makefiles** for HiFlow3 applications:
|
|
|
When writing makefiles for your own HiFlow3 applications, make sure to include the boost components shipped with HiFlow3. Put the following sub-directories of the HiFlow3 header directory into the include path of the makefile.
|
|
|
|
|
|
contrib/boost_libraries/boost
|
|
|
contrib/boost_libraries/boost/tr1 |
|
|
\ No newline at end of file |
|
|
6. **Note on makefiles** for HiFlow3 applications:
|
|
|
When writing makefiles for your own HiFlow3 applications, make sure to include the boost components shipped with HiFlow3.
|
|
|
Put the following sub-directories of the HiFlow3 header directory into the include path of the makefile.<br/>
|
|
|
contrib/boost_libraries/boost<br/>contrib/boost_libraries/boost/tr1 |
|
|
\ No newline at end of file |