Correct Cross compiling commandline
This commit is contained in:
parent
186ba832b3
commit
4fd91fa60d
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ The commandline to configure for cross with this would look like
|
|||
```
|
||||
$ cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr \
|
||||
-DCMAKE_TOOLCHAIN_FILE=../cross-arm-linux-gnueabihf.cmake \
|
||||
-DWITHOUT_EXTENSIONS=1 -DWITH_SSL=0
|
||||
-DLWS_WITHOUT_EXTENSIONS=1 -DLWS_WITH_SSL=0
|
||||
```
|
||||
The example shows how to build with no external cross lib dependencies, you
|
||||
need to provide the cross libraries otherwise.
|
||||
|
|
Loading…
Add table
Reference in a new issue