Skip to content
Snippets Groups Projects
Commit 799ecbf7 authored by Andy Green's avatar Andy Green
Browse files

cmake docs add note about prefix

parent 455e4515
Branches
No related tags found
No related merge requests found
......@@ -292,6 +292,12 @@ Building on Unix:
the source directory of libwebsockets containing the CMakeLists.txt project
file. All examples in this file assumes you use "..")
A common option you may want to give is to set the install path, same
as --prefix= with autotools. It defaults to /usr/local.
You can do this by, eg
cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr
4. Finally you can build using the generated Makefile:
make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment