mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
remove tabs in readme
This commit is contained in:
parent
554c03bec9
commit
7750b43c56
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user