From 777651148187bee83ab8ae0e4f752e3337cfb2ff Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 6 Aug 2010 18:49:23 -0700 Subject: uhd-images: created makefile and cmake packager for the images --- images/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 images/README (limited to 'images/README') 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= ../ + make package + +The package generator types are described here: + http://www.cmake.org/Wiki/CMake:CPackPackageGenerators -- cgit v1.2.3