You can download an Objective-C toolchain for Windows using Clang here:
https://github.com/gnustep/tools-windows-msvc

Note that this currently doesn’t include the libs-gui library (aka. AppKit) for 
GUI development, but it sounds like you might not need that anyway.

I would recommend using Clang 13 which comes bundled with Visual Studio 2019, 
as Clang 14 and 15 have a number of issues with Objective-C (see readme). The 
upcoming Clang 16 fixes those.

Frederik


> Am 07.02.2023 um 03:19 schrieb Juhyun Park <[email protected]>:
> 
> Hello,
> 
> I'm new to Object-C,
> and I'd like to practice it on Windows 10.
> 
> I found your site to install and practice Object-C, 
> however there is some error to access ftp server. 
> 
> I checked GIT to download files but I think there is no file that I need.
> 
> How can I download these files?
> 
> - GNUstep MSYS System
> - GNUstep Core
> - GNUstep Devel
> 
> I found this list from here : https://gnustep.github.io/windows/installer.html
> 
> I hope this is the right address to ask for this question.
> 
> Thank you.

Reply via email to