mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
51 lines
1.3 KiB
HTML
51 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="generator" content="pandoc">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
|
<title>ros-setup(1)</title>
|
|
<style type="text/css">code{white-space: pre;}</style>
|
|
<link rel="stylesheet" href="ros.css">
|
|
<!--[if lt IE 9]>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1 class="title">ros-setup(1)</h1>
|
|
<ul>
|
|
<li class="author">SANO Masatoshi</li>
|
|
</ul>
|
|
</header>
|
|
<p>ros-setup - setup the backend of roswell</p>
|
|
<h1>Synopsis</h1>
|
|
<p><strong>ros setup</strong></p>
|
|
<!-- # subcommands -->
|
|
|
|
|
|
<!-- somecommand -->
|
|
|
|
<!-- :description. end with a period. -->
|
|
|
|
|
|
<h1>Description</h1>
|
|
<p><strong>ros setup</strong> initializes roswell. The process includes the following steps:</p>
|
|
<ul>
|
|
<li>Downloading the default stable lisp implementation (sbcl-bin) to <code>ROSWELL_INSTALL_DIR</code>.</li>
|
|
<li>Installing quicklisp to <code>ROSWELL_INSTALL_DIR</code>.</li>
|
|
<li>On Windows, install 7zip to <code>ROSWELL_INSTALL_DIR</code>.</li>
|
|
<li>Making the core image of roswell itself.</li>
|
|
</ul>
|
|
<!-- # options -->
|
|
|
|
<!-- -->
|
|
|
|
<!-- # Environmental Variables -->
|
|
|
|
|
|
<h1>SEE ALSO</h1>
|
|
<p><em>sbcl</em>(1), <em>ros</em>(1), section Environmental Variables</p>
|
|
</body>
|
|
</html>
|