gosmartkeyboard/docs/Building.html

38 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>GoSmartKeyboard</title>
<link rel="stylesheet" href="google-code-prettify/prettify.css">
<link rel="stylesheet" href="styles/prettify-theme.css">
<script defer src="google-code-prettify/prettify.js"></script>
<script defer src="google-code-prettify/run_prettify.js"></script>
<link rel="stylesheet" href="styles/main.css">
</head>
<!-- Generated by srcweave https://github.com/justinmeiners/srcweave -->
<h1>Building (Linux)<a id="c3"></a></h1>
<ol>
<li>Aquire <a href="https://github.com/justinmeiners/srcweave">srcweave</a>. (see below for installation instructions)</li>
<li>Aquire golang</li>
<li>Run <code>make build</code></li>
</ol>
<h2>1. Installing srcweave<a id="s3:0"></a></h2>
<ol>
<li>Install sbcl (steel bank common lisp)</li>
<li>Install quicklisp (instructions: <a href="https://quicklisp.org/beta/">https://quicklisp.org/beta/</a>)</li>
<li><code>git clone https://github.com/justinmeiners/srcweave</code></li>
<li><code>cd srcweave</code></li>
<li><code>make; make install</code></li>
</ol>
</body>
</html>