Skip to content

zzhoo8/Clang_GNUstep_Objective-C_for_Windows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This is a Windows 32 bits binary for GNUstep and last version of Clang. This file is provided for your convenience, if you prefer to compile this yourself visit the project webpage:

http://solarianprogrammer.com/2012/03/21/clang-objective-c-windows/

Installation procedure:

Clone (download) the archive on your machine with (you will need Git on your Windows machine):

git clone git://github.com/sol-prog/Clang_GNUstep_Objective-C_for_Windows.git

  1. Extract the archive on your C driver. From now on I'll suppose you have a new folder named GNUstep on your C drive. This is a 7z archive, you can download 7zip for free from:

http://www.7-zip.org/

  1. Install Python 2.7.4 from www.python.org.

  2. Add a these entries to your Windows Path:

C:\Python27;C:\MinGW\bin;C:\GNUstep\bin;C:\GNUstep\GNUstep\System\Tools

  1. Go in C:\GNUstep\msys\1.0 and add a shortcut for msys.bat to your Desktop.

  2. Double click the shortcut from 4, this will create your HOME directory in C:\GNUstep\msys\1.0\home\your_name

  3. Let's it, happy hacking Objective-C (or C, C++ if you prefer).

Releases

No releases published

Packages

No packages published