From 1c7fa2bc7a0d767591b4ae2e5c060517325d2b5f Mon Sep 17 00:00:00 2001 From: Kao Makino Date: Tue, 4 Jun 2019 17:38:05 -0700 Subject: [PATCH] Update build instruction --- bindings/c/test/mako/README | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/bindings/c/test/mako/README b/bindings/c/test/mako/README index 5886d187f6..182d272b87 100644 --- a/bindings/c/test/mako/README +++ b/bindings/c/test/mako/README @@ -1,17 +1,7 @@ * How to Build -- Use system-wide FDB installation -cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -make - -- Use a production package installed somewhere else -cmake -G "Unix Makefiles" -DFDB_DIR= -DCMAKE_BUILD_TYPE=Release -make - -- Use the development source/build directories -cmake -G "Unix Makefiles" -DFDB_BUILD_DIR= -DFDB_SOURCE_DIR= -DCMAKE_BUILD_TYPE=Release -make - +In the FDB build directory, build "mako" target. +e.g. make mako * How to Run