Skip to content

Commit c0498a4

Browse files
committed
build/install instructions
1 parent 988387d commit c0498a4

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,17 @@ current test pack includes:
131131
132132
## Build/Install
133133
134-
Use the makefile to generate the test program, a shared or a static
135-
library.
134+
Use the makefile to generate the test program.
135+
136+
To build and install the library, please use
137+
138+
``` shell
139+
mkdir build
140+
cd build
141+
cmake ..
142+
make
143+
sudo make install
144+
```
136145

137146
To include in your project with CMake, you could copy the files to a
138147
subfolder, for example named `modules/`, and then add something like

0 commit comments

Comments
 (0)