https://github.com/gerph/riscos64-oslib
RISC OS 64 version of OSLib
https://github.com/gerph/riscos64-oslib
riscos riscos64
Last synced: 2 months ago
JSON representation
RISC OS 64 version of OSLib
- Host: GitHub
- URL: https://github.com/gerph/riscos64-oslib
- Owner: gerph
- Created: 2024-08-26T12:39:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-11T10:28:39.000Z (2 months ago)
- Last Synced: 2026-01-11T15:28:26.873Z (2 months ago)
- Topics: riscos, riscos64
- Language: C++
- Homepage:
- Size: 532 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# RISC OS 64 version of OSLib
## Introduction
This is a 64-bit version of OSLib. It builds the interfaces for the bulk of the
OSLib headers for RISC OS interfaces. It is built using the Python OSLib header
parser, and assembled using the GNU assembler.
## Downloading
The releases of the 64-bit version of OSLib can be found in the GitHub Release
in the side bar. The header files are a modified version of those supplied with
OSLib, replacing `int32_t`/`uint32_t` in the parameters as appropriate.
## Building
You require a POSIX system which has:
* Python
* Docker
To build, use:
make
A library `liboslib.a` should be created, together with headers in the
`include` directory.