From 1898034a7d1e6c87743ea8d22eb876b5e12265ad Mon Sep 17 00:00:00 2001 From: xver Date: Mon, 12 Apr 2021 18:11:32 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64910ac..ea9f5ab 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Setup following variables: # Library compilation - cd to “$SHUNT_HOME/utils/makedir/“ - run “make clean;make all” -Compile result will be placed under ***${SHUNT_HOME}/bin as a with dpi:“libutils.so” and without dpi:”libCutils.so”*** +Compile result will be placed under ***${SHUNT_HOME}/bin with dpi:“libutils.so” and without dpi:”libCutils.so”*** NOTE: use the USER_OPT to add compiler options. (Example all debug options: make USER_OPT='-g3 -DSHUNT_CLIENT_SERVER_C_DEBUG -DSHUNT_TLM_DEBUG -DSHUNT_DPI_C_DEBUG')