From c0217772fe102f92b012ebdd305d8346c496aed9 Mon Sep 17 00:00:00 2001 From: Nishant Chaprana Date: Tue, 18 Jul 2023 13:13:30 +0530 Subject: [PATCH] Add README consisting build steps Change-Id: Ia32507b45de297fea6fed40065c0791c5e0380c9 Signed-off-by: Nishant Chaprana --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2053378 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# noise-suppression +This library is used to suppress background noise from input PCM data. + +Build steps for Linux +``` +mkdir ./out +cd ./out/ +cmake ../ -DVERSION=1.1 -DCMAKE_INSTALL_PREFIX=/usr/local/ -DLIB_INSTALL_DIR=/usr/local/lib +make +``` + +Build steps for Tizen +``` +gbs -c ./.gbs.conf build -A armv7l --include-all +``` -- 2.7.4