home *** CD-ROM | disk | FTP | other *** search
/ ftp.alstevens.com / 2014.06.ftp.alstevens.com.tar / ftp.alstevens.com / quincy2002 / INSTALL next >
Text File  |  2003-02-22  |  3KB  |  76 lines

  1. Procedures for Installing Quincy 2002 and Supporting Tools
  2.  
  3. Installing the Quincy 2002 Integrated Development Environment
  4. -----------------------------------------------------------
  5. 1. Download quincy2002exe.zip from http:\\www.alstevens.com\quincy2002\
  6.  
  7. 2. Download quincy2002doc.zip from http:\\www.alstevens.com\quincy2002\
  8.  
  9.    (This zip contains the html help database)
  10.  
  11. 3. Extract the files from the zips into a folder of your choosing, for
  12.    example, c:\quincy2002\.
  13.  
  14.   NOTE: The procedures that follow assume that you installed Quincy 2002 into
  15.   c:\quincy2002\. I recommend that you follow this convention if possible.
  16.  
  17. 4. Put a shortcut to c:\quincy2002\bin\quincy.exe on the Windows desktop or
  18.    elsewhere where you can use it to run the IDE.
  19.  
  20.  
  21. Installing the MinGW Compiler System
  22. -------------------------------------------
  23.  
  24. 1. Download MinGW by going to http://www.mingw.org and clicking the link 
  25.    named Download. Follow the instructions to download a file named MinGW-*.exe,
  26.    where the * is the version and build number.
  27.  
  28.    -- take one of the following sets of two steps ---
  29.  
  30. 2. Make a subdirectory c:\quincy2002\mingw.
  31.  
  32. 3. Install MinGW into c:\quincy2002\mingw. This subfolder
  33.    now contains all the compiler executable, header, and library files.
  34.  
  35.    -- or --
  36.  
  37. 2. Install MinGW into wherever you please and use that path instead of
  38.    c:\quincy2002\mingw32 in the next step.
  39.  
  40. 3. Open the Options dialog from Quincy's Tools menu. Open the Directories
  41.    tab to tell Quincy where the compiler is installed. Use the top level
  42.    directory, c:\mingw, for example, and not the bin subdirectory. If you
  43.    installed MinGW in Quincy's default subdirectory as specified in the 
  44.    first step 2 above, Quincy finds the compiler and sets the directory
  45.    for you. You may still override that default if you want to try a 
  46.    different version of MinGw.
  47.  
  48. Installing the Resource Compiler and Editor Tools
  49. -------------------------------------------------
  50. If you are using Quincy 2002 for Win32 GUI development and you want an integrated
  51. resource compiler and editor:
  52.  
  53. 1. Download LCC-Win32 compiler system (lccwin32.exe) from
  54.    http://www.cs.virginia.edu/~lcc-win32/.
  55.  
  56. 2. Run lccwin32.exe to install the LCC-Win32 compiler system.
  57.  
  58. 3. Copy the following files from the lcc\bin folder (located wherever you
  59.    installed LCC-Win32) to c:\quincy2002\lcc\bin\. 
  60.  
  61.     weditres.exe
  62.     wresdll.dll
  63.  
  64.   NOTE: If you do not want to keep the LCC-Win32 compiler system itself,
  65.   you can uninstall it with the Control Panel's Add/Remove Programs applet.
  66.  
  67. Installing the Code Beautifier Tool
  68. -----------------------------------
  69.  
  70. 1. Download astyle_1.15.3_win32.zip from http://sourceforge.net/projects/astyle.
  71.  
  72. 2. Extract astyle.exe from the zip and copy it into c:\quincy2002\bin\.
  73.  
  74. 3. Extract astyle.html from the zip and copy it into c:\quincy2002\html\astyle.
  75.  
  76.