aboutsummaryrefslogtreecommitdiffstats
path: root/images/README
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2012-02-04 15:12:37 -0800
committerJosh Blum <josh@joshknows.com>2012-02-04 15:12:37 -0800
commit1e3cb86432ee1d695a12fd99590206e43caab2cc (patch)
treeeae9f0133f86f66f13fbfb35c9efd8fcf6c50a06 /images/README
parent04e9d23d5f9f300164182597b0e0525063bd91e4 (diff)
downloaduhd-1e3cb86432ee1d695a12fd99590206e43caab2cc.tar.gz
uhd-1e3cb86432ee1d695a12fd99590206e43caab2cc.tar.bz2
uhd-1e3cb86432ee1d695a12fd99590206e43caab2cc.zip
uhd: added/renamed various readme files
Diffstat (limited to 'images/README')
-rw-r--r--images/README25
1 files changed, 0 insertions, 25 deletions
diff --git a/images/README b/images/README
deleted file mode 100644
index 2f9c6a95e..000000000
--- a/images/README
+++ /dev/null
@@ -1,25 +0,0 @@
-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
-
-Fedora note:
- The sdcc binaries are prefixed with "sdcc-" which breaks the build.
- However, /usr/libexec/sdcc contains properly named sdcc binaries.
- export PATH=${PATH}:/usr/libexec/sdcc