remove tabs in readme

This commit is contained in:
Latysheva Alexandra 2020-10-11 16:54:37 +06:00 committed by GitHub
parent 554c03bec9
commit 7750b43c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,9 @@ You should make sure the libtiff submodule is cloned.
#### build: #### build:
``` ```
mkdir -p build && cd build && \ mkdir -p build && cd build && \
cmake .. -DSAPI_ROOT=/path/to/sapi_root -DBUILD_SHARED_LIBS=OFF cmake .. -DSAPI_ROOT=/path/to/sapi_root -DBUILD_SHARED_LIBS=OFF
make -j8 make -j8
``` ```
#### to run the sandboxed example: #### to run the sandboxed example: