diff --git a/oss-internship-2020/libtiff/README.md b/oss-internship-2020/libtiff/README.md index 87ac46c..4863b47 100644 --- a/oss-internship-2020/libtiff/README.md +++ b/oss-internship-2020/libtiff/README.md @@ -9,9 +9,11 @@ You should make sure the libtiff submodule is cloned. ## Usage #### build: -`mkdir -p build && cd build && cmake .. -DSAPI_ROOT=/path/to/sapi_root -DBUILD_SHARED_LIBS=OFF` - -`make -j 8` +``` + mkdir -p build && cd build && \ + cmake .. -DSAPI_ROOT=/path/to/sapi_root -DBUILD_SHARED_LIBS=OFF + make -j8 +``` #### to run the sandboxed example: `./example/sandboxed /absolute/path/to/project/dir`