42 lines
		
	
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable file
		
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 	<head>
 | |
| 		<meta charset="UTF-8">
 | |
| 		<title>How to install the Kristall browser in Haiku - Archive - MayVaneDay Studios</title>
 | |
| 		<link href="../style.css" rel="stylesheet" type="text/css" media="all">
 | |
| 		<meta name="author" content="Vane Vander">
 | |
| 		<meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
| 	</head>
 | |
| 	<body class="mayvaneday">
 | |
| 		<article>
 | |
| 			<div class="box">
 | |
| 				<p><h1>How to install the Kristall browser in Haiku</h1></p>
 | |
| 				<p>published: 2020-06-09</p>
 | |
| 			</div>
 | |
| 			<hr>
 | |
| 			<div class="box">
 | |
| 				<p>Disclaimer: This was tested with Haiku nightly <code>hrev54304</code>. You may have to install more or different dependencies if you are using the <code>r1beta2</code> release instead.</p>
 | |
| 				<ol type="1">
 | |
| 					<li>Clone the Git repository:</li>
 | |
| 				</ol>
 | |
| 				<p><code>git clone https://github.com/masterq32/kristall</code></p>
 | |
| 				<p><code>cd kristall</code></p>
 | |
| 				<ol start="2" type="1">
 | |
| 					<li>Install some build dependencies:</li>
 | |
| 				</ol>
 | |
| 				<p><code>pkgman install qt5 qt5_devel qt5_tools libiconv_devel</code></p>
 | |
| 				<ol start="3" type="1">
 | |
| 					<li>Compile and install:</li>
 | |
| 				</ol>
 | |
| 				<p><code>make</code></p>
 | |
| 				<p><code>cd ~/config/settings/deskbar/menu/Applications/</code></p>
 | |
| 				<p><code>ln -s ~/kristall/kristall .</code></p>
 | |
| 				<p>Kristall should now be listed with the rest of your applications in the Deskbar.</p>
 | |
| 			</div>
 | |
| 			<hr>
 | |
| 			<div class="box">
 | |
| 				<p align=right>CC BY-NC-SA 4.0 © Vane Vander</p>
 | |
| 			</div>
 | |
| 		</article>
 | |
| 	</body>
 | |
| </html>
 | 
