diff options
author | Josh Blum <josh@joshknows.com> | 2010-08-09 17:28:40 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-08-09 17:28:40 -0700 |
commit | 8a2020ce5bef4f1d8546bc9a74e1ee5b2ac62a4a (patch) | |
tree | 4bb4d2db469adb45898a952da1e537fda5c9d9de /images/README | |
parent | 349d99c988b2eeb3d13d6229cbd4b80bc9f8153a (diff) | |
parent | 777651148187bee83ab8ae0e4f752e3337cfb2ff (diff) | |
download | uhd-8a2020ce5bef4f1d8546bc9a74e1ee5b2ac62a4a.tar.gz uhd-8a2020ce5bef4f1d8546bc9a74e1ee5b2ac62a4a.tar.bz2 uhd-8a2020ce5bef4f1d8546bc9a74e1ee5b2ac62a4a.zip |
Merge branch 'images'
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 |