Update README.md
This commit is contained in:
parent
0a9c06b7e3
commit
bfbcd2af7e
13
README.md
13
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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user