Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CMAKE.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ as follows:
ctest -j 8
ninja install

If you wish the installed files to be symbolic links to your build
directory, set the `CMAKE_INSTALL_MODE` environment variable first:
(e.g.: `export CMAKE_INSTALL_MODE=ABS_SYMLINK`) - this is mainly
useful for testing changes to the library without re-running `ninja
install`); for changes to the C source, you'll still need to re-run
`ninja install`. Also, you may need to set the options `-DINSTALL_QLF`
and `-DINSTALL_PROLOG_SRC`.

### Upgrading

In most cases the following should update an installed system to the
Expand Down