home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / system / ultradefrag / ultradefrag-1.0.5.bin.i386.exe / INSTALL.TXT < prev    next >
Text File  |  2007-08-03  |  2KB  |  50 lines

  1. 1. Installation from binary package
  2.  
  3. 1.1 System requirements
  4.  
  5. You need Windows 2000, Windows XP, Windows Server 2003 or Windows Vista.
  6. Also Windows XP x64, Server 2003 x64 and Vista x64 editions supported.
  7.  
  8. 1.2 Installation
  9.  
  10. To install UltraDefrag you can download ultradefrag-x.y.z.bin.xxxx.exe
  11. from project site. In common cases xxxx must be 'i386'. If you have AMD x64
  12. or Intel Core Duo processor and 64-bit Edition of Windows installed, xxxx 
  13. must be 'amd64'. If you use PC with IA-64 architecture than try to download
  14. IA64 version. It was never tested, because I don't have such kind of CPU.
  15. Installation process is very simple. Enjoy it!
  16.  
  17. 2. Installation from sources
  18.  
  19. 2.1 Software requirements
  20.  
  21. You need:
  22. a). either Microsoft C Compiler for Windows or gcc installed
  23.     (p.a. Microsoft Visual C++ 6.0 or Bloodshed Dev-C++ -
  24.     you can find it at http://www.bloodshed.net)
  25.     NOTE: GCC is currently unsupported!
  26. b). Microsoft Windows DDK (I use Windows Server 2003 DDK) or ReactOS DDK
  27.     (http://www.reactos.org)
  28. c). NSIS compiler (http://nsis.sourceforge.net)
  29. d). Ultimate Packer for eXecutables (upx) (http://upx.sf.net)
  30. e). zip compressor (http://www.info-zip.org)
  31.  
  32. 2.2 Building and installation
  33.  
  34. a). Download sources archive and unpack it somewhere.
  35. b). Edit SETVARS.CMD. Environment variable NSISDIR must contain path
  36.     to NSIS compiler, ULTRADFGVER - version of UltraDefrag program,
  37.     etc.
  38. c). To build UltraDefrag use BUILD.CMD. Synopsis is:
  39.  
  40.     build               in .\bin directory you find installer;
  41.                         in .\src - sources zip-archive.
  42.  
  43.     build --install     it will install x86 program to default location
  44.                         after build
  45.  
  46.     build {--use-winddk | --use-rosddk} {--use-msvc | --use-gcc} [--install]
  47.             you can specify ddk and compiler
  48.  
  49.     build --clean       use it to delete all intermediate files
  50.