Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 782 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 782 Bytes

ObjGTK4

GTK4 bindings for Objective C utilizing ObjFW. These files are generated by objgtkgen and patched to compile and provide a (more or less) sensible API.

This library set is meant to work with the versions delivered with Ubuntu 24.04 / elementary OS 8.

Build dependencies

Install

Autogen, configure, make, make install in this order:

  1. OGPango
  2. OGGdkPixpuf
  3. OGdk4
  4. OGsk4
  5. ObjGTK4

Or use Install.sh to make and install them one after another. You will have to clean manually.

See this Codeberg repo for current usage and a small example app.