From bfbcd2af7e576a2657cdf164e2b0b391c50d4d2e Mon Sep 17 00:00:00 2001 From: tripathyr Date: Sat, 2 Sep 2023 11:29:18 +0530 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index b06713f12..c923fae68 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,19 @@ For PCs on Linux, and execute ./configure --prefix=`pwd`/depends/x86_64-pc-linux-gnu make +To make with debuging in GDB + + cd depends/ + + make clean HOST=x86_64-pc-linux-gnu + + cd .. + + ./autogen.sh + + ./configure CXXFLAGS="-O0 -ggdb3" --prefix=`pwd`/depends/x86_64-pc-linux-gnu + + make -j $(nproc) ### Details: For creating Pre-compiled executable binary files from source code : The dependencies for creating pre-compiled binaries are present in **depends/** directory.