Changes between Version 32 and Version 33 of SetupDevelopment


Ignore:
Timestamp:
Jul 12, 2013, 3:39:42 PM (11 years ago)
Author:
steve
Comment:

Change the fr_configure file for new configurations

Legend:

Unmodified
Added
Removed
Modified
  • SetupDevelopment

    v32 v33  
    2121   * in the '''Select Packages''' window, make sure to install the following packages (click on "Skip" until you see a version number beside the package name)
    2222     * Devel
    23        * autoconf
    24        * automake
     23       * recent autoconf
     24       * recent automake
     25       * recent libtool
    2526       * bison
    2627       * flex
    27        * gcc-mingw-g++
    28        * libtool
     28       * mingw-gcc-g++
    2929       * make
    3030       * libiconv
     
    4343
    4444   * download and install a fancy GUI for SVN (such as http://tortoisesvn.tigris.org/), or
    45    * use a commandline SVN client such as from [http://subversion.tigris.org/files/documents/15/45222/svn-win32-1.5.6.zip here]  
     45   * use a commandline SVN client such as from [http://sourceforge.net/projects/win32svn/ here]  
    4646     * copy the contents of that zip into your Program Files directory
    47      * add 'C:\Program Files\svn-win32-1.5.6\bin' to your PATH environment variable
     47     * add 'C:\Program Files\Subversion\bin' to your PATH environment variable
    4848     * open a new Command/Cygwin window, and test that SVN is found by executing:
    4949       {{{
     
    6767     {{{
    6868     cd setup
    69      ./bootstrap.sh
    70      ./fr_configure
     69     ./bootstrap.sh  #This will automatically rebuild configure file
     70     ./st_configure
    7171     make # this should produce a setup.exe executable in the setup directory, that is approximately 9 MB in size
    7272     make clean # if necessary