Skip to end of banner
Go to start of banner

GNUStep/LibObjC2

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

GNUStep is a UI framework that matches Appleā€™s Cocoa app framework closely. It's widely use to create cross platform applications. https://gnustep.github.io

LibObjC2 is the GNUstep Objective-C runtime was designed as a drop-in replacement for the GCC runtime. The library is available as part of GNUStep set of libraries from https://github.com/gnustep/libobjc2

Status

LibObjC2 has been enabled for WoA. The PR https://github.com/gnustep/libobjc2/pull/249 add WoA support. LibObjC2 is compiled into a library. Therefore no binaries are available.

Build

To build `libobjc2' get the source (and submodules) from

https://github.com/gnustep/libobjc2

Setup the `wenv` environment and from a cmd shell:

> mkdir build
> cd build
> make .. -G Ninja -DCMAKE_C_COMPILER=c:/wenv/arm64/llvm/bin/clang.exe -DCMAKE_CXX_COMPILER=c:/wenv/arm64/llvm/bin/clang.exe
> ninja

  • No labels