You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 586B

123456789101112131415161718192021
  1. README file for BuildDistribution
  2. Copyright (c) 2010 ARM Research Laboratories
  3. $Id$
  4. This is the README file for the BuildDistribution application, an
  5. application to create a zip file distribution of the SNF SDK for
  6. Windows.
  7. To build BuildDistribution:
  8. 1) Install the MinGW compiler in c:\mingw.
  9. 2) Run the command file 'build.cmd' (for 32-bit systems) or
  10. 'build_64.cmd' (for 64-bit systems).
  11. 3) The executable file name is 'BuildDistribution.exe'.
  12. For documentation on running BuildDistribution, enter "BuildDistribution -h"
  13. at a command prompt.