Skip to content

Commit 69283f3

Browse files
authored
added Windows setup instructions for SBCL
feel free to tell me if i did something incorrectly. hope this helps someone! i found this website to be a very welcoming resource! :D
1 parent 757e9f2 commit 69283f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

implementations/sbcl-setup.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ <h2 id="linedit">Linedit</h2>
3434
(require :linedit)
3535
(funcall (intern &quot;INSTALL-REPL&quot; :linedit) :wrap-current t))</code></pre>
3636
<h2 id="installing-on-windows">Installing on Windows</h2>
37-
<p>Dear Windows SBCL user, please tell us how it&#8217;s done!</p>
37+
<p> Install the Scoop package manager. To do this, open PowerShell and type: ' iex (new-object net.webclient).downloadstring('https://get.scoop.sh') ' (minus single quotes).
38+
Grant whatever permissions it needs. </p>
39+
<p> Type: scoop install curl (no special permissions needed!), and you're all set! Restart the shell and you can start working in SBCL! </p>
40+
3841
<h2 id="further-installation-on-linuxosx">Further installation on Linux/OSX</h2>
3942
<p>Sometimes the SBCL you pick up from sbcl.org isn&#8217;t as feature-complete as you want, or perhaps you want to recompile it for your own reasons (i.e., the Hunchentoot web server requires threads).</p>
4043
<p>In order to do this, download the <em>source</em> SBCL package and issue this set of commands:</p>

0 commit comments

Comments
 (0)