X-Git-Url: http://git.6dev.net/?p=elfdbg%2F.git;a=blobdiff_plain;f=README.md;h=a9b680741b7d9d5fcf234255a9fc30c87117285d;hp=b08c85913f2e85e20768b0e45262232e018f9466;hb=418b72b34c08493c4ec6d82a8fb3cbabb5e5e143;hpb=015997ab9aabacd1c79e51ba628f28db27e8f468;ds=sidebyside diff --git a/README.md b/README.md index b08c859..a9b6807 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,14 @@ pkg info -a -l|grep local/bin/|while read a; do echo $a: `elfdbg $a`; done ## Build and install -The Makefile use the standard BSDMakefile to build the program. +The Makefile use the standard BSD Makefile to build the program. ``` make && sudo make install ``` +If your on Linux, use `make -f GNUMakefile` to specify the GNU Makefile. + ## Test The tests cases are implemented using the FreeBSD test suite framework with