Skip to content
Snippets Groups Projects
Commit 2eebf6db authored by Thomas Moulard's avatar Thomas Moulard
Browse files

Remove INSTALL file.

parent e7a91e0c
No related branches found
No related tags found
No related merge requests found
#
# Copyright
#
Installation instructions for library dynamicGraph
----------------------------------------------
It is recommended to create a specific directory to install this package.
mkdir build
cd build
cmake [Options] ..
make
make install
Options:
-DCMAKE_INSTALL_PREFIX=...
specifies the directory where to install the package.
-DCMAKE_BUILD_TYPE=[none|debug|release|relwithdebinfo|MinSizeRel]
specifies to type of compilation (release, debug, ...)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment