Difference between revisions of "Gorm Installation On Windows"

From GNUstepWiki
Jump to navigation Jump to search
(No difference)

Revision as of 15:08, 26 March 2005

Steps to build Gorm on Windows

1) Install mingw as described here:

Installation On Windows

2) Go to the Gorm directory under gnustep/dev-apps/Gorm

3) Executing the following commands:

  # First build the InterfaceBuilder library...
  ln -s GormLib InterfaceBuilder
  cd InterfaceBuilder
  make install
  # Now build Gorm itself...
  cd ../
  make
  # Now install the palettes into the app and install
  make install
 

4) CVS versions of Gorm have install-windows.sh which contains the commands listed above.