Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
Change-Id: I5561d4f64632235340faa619d490266f991c7f1e
  • Loading branch information
rdementi committed Oct 6, 2024
1 parent 9f2fed1 commit aa5ecfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ or clone the repository first, and then update submodules with:
git submodule update --init --recursive
```

Install cmake then:
Install cmake (and libasan on Linux) then:

```
mkdir build
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if(UNIX) # LINUX, FREE_BSD, APPLE
set(PCM_DYNAMIC_ASAN "")
set(PCM_STATIC_ASAN "-static-libasan")
message(STATUS "Using static libasan")
message(STATUS "To use dynamic libasan, use -DPCM_NO_STATIC_LIBASAN=1 option (required for CentOS)")
message(STATUS "To use dynamic libasan, use -DPCM_NO_STATIC_LIBASAN=1 option (required for CentOS and arch Linux)")
endif()
endif()

Expand Down

0 comments on commit aa5ecfe

Please sign in to comment.