Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 757c4e1

Browse files
authored
Merge pull request #67 from vipermark7/patch-1
added instructions for installing SBCL on Windows
2 parents 757e9f2 + 3a5c629 commit 757c4e1

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+
Review the permissions for Scoop and and accept them if you are comfortable with them </p>
39+
<p> Type: scoop install curl (no special permissions needed!) into PowerShell, 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)

AltStyle によって変換されたページ (->オリジナル) /