Skip to content

Commit 96041b0

Browse files
committed
improve documentation
Change-Id: I5561d4f64632235340faa619d490266f991c7f1e
1 parent 15b0c0d commit 96041b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ or clone the repository first, and then update submodules with:
7474
git submodule update --init --recursive
7575
```
7676

77-
Install cmake then:
77+
Install cmake (and libasan on Linux) then:
7878

7979
```
8080
mkdir build

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if(UNIX) # LINUX, FREE_BSD, APPLE
8484
set(PCM_DYNAMIC_ASAN "")
8585
set(PCM_STATIC_ASAN "-static-libasan")
8686
message(STATUS "Using static libasan")
87-
message(STATUS "To use dynamic libasan, use -DPCM_NO_STATIC_LIBASAN=1 option (required for CentOS)")
87+
message(STATUS "To use dynamic libasan, use -DPCM_NO_STATIC_LIBASAN=1 option (required for CentOS and arch Linux)")
8888
endif()
8989
endif()
9090

0 commit comments

Comments
 (0)