2
1
Fork 0
mayvaneday/tutorials/kristall-haiku.html
Mori Aokigahara 289d9cb49b first commit
2021-11-12 20:02:11 -06:00

1.5 KiB
Executable file

<html lang="en"> <head> </head>

How to install the Kristall browser in Haiku

published: 2020-06-09


Disclaimer: This was tested with Haiku nightly hrev54304. You may have to install more or different dependencies if you are using the r1beta2 release instead.

  1. Clone the Git repository:

git clone https://github.com/masterq32/kristall

cd kristall

  1. Install some build dependencies:

pkgman install qt5 qt5_devel qt5_tools libiconv_devel

  1. Compile and install:

make

cd ~/config/settings/deskbar/menu/Applications/

ln -s ~/kristall/kristall .

Kristall should now be listed with the rest of your applications in the Deskbar.


CC BY-NC-SA 4.0 © Vane Vander

</html>