Skip to content

litehtml litebrowser implementation for Haiku with latest external liblitehtml

License

Notifications You must be signed in to change notification settings

sen-laboratories/litebrowser-haiku

 
 

Repository files navigation

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.

About

litehtml litebrowser implementation for Haiku with latest external liblitehtml

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.0%
  • Makefile 3.0%
  • CMake 1.7%
  • C 0.3%