mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-22 07:06:22 +00:00
The tracked SVN tag ledger and checkout instructions predate the move to Git and no longer describe a supported workflow. Remove the obsolete material, point Debian metadata at GitHub and keep the retired Gentoo guide generic about its old source location.
78 lines
3.1 KiB
HTML
78 lines
3.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta name="Keywords" content="Generic SCSI Target Subsystem for Linux">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<meta name="author" content="Daniel Fernandes">
|
|
<meta name="Robots" content="index,follow">
|
|
<link rel="stylesheet" href="images/Orange.css" type="text/css">
|
|
<title>SCST Downloads</title>
|
|
</head>
|
|
|
|
<body>
|
|
<!-- wrap starts here -->
|
|
<div id="wrap">
|
|
<div id="header">
|
|
<div class="logoimg"></div><h1 id="logo"><span class="orange"> </span></h1>
|
|
<h2 id=slogan>Generic SCSI Target Subsystem for Linux</h2>
|
|
</div>
|
|
|
|
<div id="menu">
|
|
<ul>
|
|
<li><a href="index.html">Home</a></li>
|
|
<li><a href="https://github.com/SCST-project/scst">Main</a></li>
|
|
<li><a href="https://github.com/SCST-project/scst/releases">News</a></li>
|
|
<li><a href="targets.html">Drivers</a></li>
|
|
<li id="current"><a href="downloads.html">Downloads</a></li>
|
|
<li><a href="contributing.html">Contributing</a></li>
|
|
<li><a href="comparison.html">Comparison</a></li>
|
|
<li><a href="users.html">Users</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<!-- content-wrap starts here -->
|
|
<div id="content-wrap">
|
|
<div id="main">
|
|
<h1>SCST Downloads</h1>
|
|
|
|
<p>The latest stable version of SCST is 3.10.
|
|
Updates for that version are available on
|
|
the 3.10.x branch in the Git repository.</p>
|
|
|
|
<p>Debian packages can be built by running
|
|
"make dpkg". RPMs can be built by running
|
|
"make rpm".</p>
|
|
|
|
<p>As a complete SCST-based system you can try <a href="http://www.esos-project.com/">Enterprise Storage OS (ESOS)</a>.</p>
|
|
|
|
<p>There is also a well done user space port, which you can find <a href="https://github.com/DavidButterfield/SCST-Usermode-Adaptation">here</a>.</p>
|
|
|
|
<p>The latest development version of SCST is
|
|
3.11. That version including target drivers and
|
|
user space utilities can be downloaded
|
|
directly from the SCST Git repository.</p>
|
|
<p>You can access it using either
|
|
<a href="https://github.com/SCST-project/scst">GitHub repository viewer</a> or using 'git clone':</p>
|
|
<p><code>git clone https://github.com/SCST-project/scst.git</code></p>
|
|
|
|
<p>Also you can find in the SCST Git reposity the latest updates for the stable branches.</p>
|
|
|
|
<p>SCST development history from before the migration to Git is available in the
|
|
<a href="https://sourceforge.net/p/scst/svn/HEAD/tree/trunk">pre-Git repository browser</a>.</p>
|
|
|
|
<p class="post-footer align-right">
|
|
<a href="https://github.com/SCST-project/scst/releases" class="readmore">Download released versions</a>
|
|
<a href="https://github.com/SCST-project/scst" class="readmore">SCST Git Repository</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- footer starts here -->
|
|
<div id="footer">
|
|
<p>© Copyright 2004 - 2021<b><font class="names"> Vladislav Bolkhovitin, Bart Van Assche & others</font></b>
|
|
Design by: <b><font class="names">Daniel Fernandes</font></b> </p>
|
|
</div>
|
|
<!-- footer ends here -->
|
|
</body>
|
|
</html>
|