aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-07-07 22:07:48 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-07-11 16:31:35 +0400
commit70a11f758eeeeed3094e7f5f7d66911ca8e4795f (patch)
tree1de11768bfac71d7ea01a4fd38e520737b2e3d11 /README
parentd626f0107f34f024de6cdeadbddda3cd52e06127 (diff)
README: update to reflect autotools
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 9 insertions, 12 deletions
diff --git a/README b/README
index 36545dd42..9bc2978e2 100644
--- a/README
+++ b/README
@@ -14,18 +14,15 @@ Main git repository:
for linux-generic target.
Directory test contains test applications for ODP API calls and features support.
- Use 'make' to build ODP library and samples and 'make docs' to build ODP API
- documentation. 'make install' will copy all required headers and binary files to
- build directory.
- For cross compiling set up appropriate CC:
- make CC=armeb-linux-gnueabihf-gcc
-
- Make command options:
- ODP_RELOC compile library with position independent code;
- VERBOSE turn on compilation debug;
- ODP_DEBUG_PRINT (default is yes) more debug information;
- DEBUG compile gdb friendly code;
- ODP_HAVE_NETMAP (linux-generic only) turn on netmap packet i/o
+ How to build:
+ ./bootstrap
+ ./configure
+ Use 'make' to build ODP library and samples and 'make doxygen-run' to build
+ ODP API documentation. 'make install' will copy all required headers and
+ binary files to the install directory.
+
+ Configure options:
+ ./configure --help
ODP patches for 3-rd party applications:
git://git.linaro.org/lng/odp-apps.git