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.