Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.19 KB

litebrowser-haiku

This is a demonstration app for the litehtml implementation for Haiku.

This repository uses a submodule tracking my latest (develop) feature-haiku branch of the litehtml library.

Build instructions

From within a Terminal in Haiku execute:-

git clone https://github.com/adamfowleruk/litebrowser-haiku.git
cd litebrowser-haiku
git pull
git submodule update --init
mkdir build
cd build
cmake ..
make
./litebrowser /path/to/my/file.html

Note: Git pull and git submodule update are there as you will need to execute these to pick up changes on my development branch.

References

License

The code in this repository is licensed under the MIT license. See the LICENSE file for more details.

litehtml itself is licensed under the New BSD License, and uses components under the Apache-2.0 license.