https://github.com/xframes-project/xframes-gnustep-objective-c
GPU accelerated UI development for GNUStep's Objective C
https://github.com/xframes-project/xframes-gnustep-objective-c
gnustep objective-c
Last synced: 4 months ago
JSON representation
GPU accelerated UI development for GNUStep's Objective C
- Host: GitHub
- URL: https://github.com/xframes-project/xframes-gnustep-objective-c
- Owner: xframes-project
- License: mit
- Created: 2025-01-10T15:18:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T18:36:46.000Z (about 1 year ago)
- Last Synced: 2025-01-10T19:37:22.565Z (about 1 year ago)
- Topics: gnustep, objective-c
- Language: Objective-C
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xframes-gnustep
## Instructions
### Install GNUStep
#### Ubuntu
`sudo apt install gnustep gnustep-devel clang plocate libxml2-dev libxslt1-dev`'
You may need to run `sudo updatedb.plocate`, depending on your environment.
Then run `locate objc.h`.
Copy the path, change the command accordingly and run (replace `` with the actual path):
`sudo ln -s /usr/local/include/objc`
For example
`sudo ln -s /usr/lib/gcc/x86_64-linux-gnu/14/include/objc /usr/local/include/objc`
### Building
#### Ubuntu
``clang `gnustep-config --objc-flags` -o main main.m `gnustep-config --base-libs` -lm``
## Screenshots
Ubuntu 24.04

Raspberry Pi 5
