X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fbuild-sdk-quick.txt;h=041a40ee3bb3b4b4be4a7b0ad9c0f790048e87fb;hb=63dd47b9a5fe097190ae6b690806675504fca228;hp=8989a32a60adb606e753fca530b69a50fa47a982;hpb=1fa0fd9d6b420c010fdf5b2f014f9a4e8d8f7e4a;p=dpdk.git diff --git a/doc/build-sdk-quick.txt b/doc/build-sdk-quick.txt index 8989a32a60..041a40ee3b 100644 --- a/doc/build-sdk-quick.txt +++ b/doc/build-sdk-quick.txt @@ -1,12 +1,14 @@ Basic build - make config T=x86_64-default-linuxapp-gcc && make + make config T=x86_64-native-linuxapp-gcc && make Build commands - config get configuration from target template (T=) - all same as build (default rule) - build build in a configured directory - clean remove files but keep configuration - install build many targets (wildcard allowed) and install in DESTDIR - uninstall remove all installed targets + config get configuration from target template (T=) + all same as build (default rule) + build build in a configured directory + clean remove files but keep configuration + install build many targets (wildcard allowed) and install in DESTDIR + uninstall remove all installed targets + examples build examples for given targets (T=) + examples_clean clean examples for given targets (T=) Build variables EXTRA_CPPFLAGS preprocessor options EXTRA_CFLAGS compiler options