Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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.