diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-11 11:18:50 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-11 11:18:50 -0700 |
commit | 9503c5101007ba1261b8d23ee6a17305bbaa6f2a (patch) | |
tree | 1bd68ede7048f2199eeffdb5f700dd53e26f8f78 /images/README | |
parent | e581e0af0ab0387b03e20c5eadec157bcbb777ca (diff) | |
parent | 9e419c7b7f35062ceb2ed4e508cadb163067593f (diff) | |
download | uhd-9503c5101007ba1261b8d23ee6a17305bbaa6f2a.tar.gz uhd-9503c5101007ba1261b8d23ee6a17305bbaa6f2a.tar.bz2 uhd-9503c5101007ba1261b8d23ee6a17305bbaa6f2a.zip |
Merge branch 'changes'
Diffstat (limited to 'images/README')
-rw-r--r-- | images/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/images/README b/images/README new file mode 100644 index 000000000..ec8391826 --- /dev/null +++ b/images/README @@ -0,0 +1,20 @@ +The images directory contains the following: + - a Makefile for building firmware and fpga images + - a CMake file for building an images package + +The Makefile and build systems for the images are probably Unix specific. +Its best to build the images on a Unix system with standard build tools. +The CMake package target will create an images package for your system. + +To build the images (unix): + make clean + make images + +To build the package (unix): + mkdir build + cd build + cmake -DCPACK_GENERATOR=<type> ../ + make package + +The package generator types are described here: + http://www.cmake.org/Wiki/CMake:CPackPackageGenerators |