Difference between revisions of "Gorm Installation On Windows"

From GNUstepWiki
Jump to navigation Jump to search
 
Line 3: Line 3:
 
1) Install mingw as described here:
 
1) Install mingw as described here:
  
[[Installation On Windows]]
+
[[Installation on Windows]]
  
 
2) Go to the Gorm directory under gnustep/dev-apps/Gorm
 
2) Go to the Gorm directory under gnustep/dev-apps/Gorm

Revision as of 15:09, 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.