From 16d904e174eda9cec429be93ac65ecbf343a0e9d Mon Sep 17 00:00:00 2001 From: Alexandra Latysheva Date: Sun, 11 Oct 2020 10:24:55 +0000 Subject: [PATCH] code block --- oss-internship-2020/libtiff/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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`