X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fbuild-sdk-quick.txt;h=041a40ee3bb3b4b4be4a7b0ad9c0f790048e87fb;hb=4b1b380213f3fc7029e8b9d936fc0a5d25009422;hp=bf7c350fcc6827d258277c4f4da5c1556b5c7e59;hpb=a0cdfcf936bcccd15d08a22c9cf38013b6859ad2;p=dpdk.git diff --git a/doc/build-sdk-quick.txt b/doc/build-sdk-quick.txt index bf7c350fcc..041a40ee3b 100644 --- a/doc/build-sdk-quick.txt +++ b/doc/build-sdk-quick.txt @@ -1,18 +1,18 @@ 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 EXTRA_LDFLAGS linker options - LIBPCAP_CFLAGS libpcap compiler options - LIBPCAP_LDFLAGS libpcap linker options RTE_KERNELDIR linux headers path CROSS toolchain prefix V verbose