https://github.com/return/haikudemoapp
A demo Haiku App template
https://github.com/return/haikudemoapp
Last synced: 14 days ago
JSON representation
A demo Haiku App template
- Host: GitHub
- URL: https://github.com/return/haikudemoapp
- Owner: return
- Created: 2014-09-02T16:40:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T22:23:56.000Z (about 10 years ago)
- Last Synced: 2026-01-18T22:32:34.009Z (about 2 months ago)
- Language: Makefile
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HaikuDemoApp
============
A demo Haiku app template.
More information on the Haiku documentation can be found here: http://api.haiku-os.org
This application is just a simple example of a basic Haiku app for the Haiku Operating System (Haiku). It just displays a button with an alert.
Requirements
=============
* Haiku R1-alpha4 gcc2 or greater. (gcc2 hybrid is recommended)
* Latest Haiku nightlies.
Compiling from source
======================
* First, clone this respository.
* Change the current directory to the source directory.
```bash
cd HaikuDemoApp/
```
* Run '**make**' in the Terminal.
* Done.
#BeOS R5/Magnussoft Zeta/etc Compatibility Note
Although the Haiku API is slightly similar to the original BeAPI, this demo has not yet been tested to compile on BeOS R5 or Zeta. Since the recent API changes in Haiku, API compatibility for BeOS, Zeta and other clones is not yet guaranteed or fully supported. This demo so far works on Haiku R1-alpha4 gcc2/gcc4 and newer.