up
This commit is contained in:
+5
-5
@@ -40,9 +40,9 @@
|
|||||||
<table>
|
<table>
|
||||||
<tr><th>Resource</th><th>Description</th><th>Link</th></tr>
|
<tr><th>Resource</th><th>Description</th><th>Link</th></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>GitHub</td>
|
<td>Git</td>
|
||||||
<td>Source code, issue tracker, pull requests</td>
|
<td>Source code, issue tracker, pull requests</td>
|
||||||
<td><a href="https://github.com/revivesparc">github.com/revivesparc</a></td>
|
<td><a href="https://git.revivesparc.com/Revivesparc">git.revivesparc.com/Revivesparc</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Mailing List</td>
|
<td>Mailing List</td>
|
||||||
@@ -67,7 +67,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Bug Tracker</td>
|
<td>Bug Tracker</td>
|
||||||
<td>Report issues and feature requests</td>
|
<td>Report issues and feature requests</td>
|
||||||
<td><a href="https://github.com/revivesparc/revivesparc/issues">GitHub Issues</a></td>
|
<td><a href="https://git.revivesparc.com/Revivesparc/revivesparc/issues">Issues</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
@@ -76,14 +76,14 @@
|
|||||||
|
|
||||||
<h4>Code Contributions</h4>
|
<h4>Code Contributions</h4>
|
||||||
<ol>
|
<ol>
|
||||||
<li>Fork the repository on GitHub.</li>
|
<li>Fork the repository on our Git instance.</li>
|
||||||
<li>Create a feature branch: <code>git checkout -b my-feature</code></li>
|
<li>Create a feature branch: <code>git checkout -b my-feature</code></li>
|
||||||
<li>Make your changes and add tests.</li>
|
<li>Make your changes and add tests.</li>
|
||||||
<li>Run the test suite: <code>make test</code></li>
|
<li>Run the test suite: <code>make test</code></li>
|
||||||
<li>Submit a pull request with a clear description of your changes.</li>
|
<li>Submit a pull request with a clear description of your changes.</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<p>Before starting significant work, please post to the mailing list or open a discussion on GitHub to coordinate with other developers.</p>
|
<p>Before starting significant work, please post to the mailing list or open a discussion on the issue tracker to coordinate with other developers.</p>
|
||||||
|
|
||||||
<h4>Reporting Bugs</h4>
|
<h4>Reporting Bugs</h4>
|
||||||
<p>When reporting a bug, please include:</p>
|
<p>When reporting a bug, please include:</p>
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ Optional but recommended:
|
|||||||
Clone the repository:
|
Clone the repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/revivesparc/revivesparc.git
|
git clone https://git.revivesparc.com/Revivesparc/revivesparc.git
|
||||||
cd revivesparc
|
cd revivesparc
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -232,7 +232,7 @@ Standard build with GCC:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install build-essential cmake git
|
sudo apt install build-essential cmake git
|
||||||
git clone https://github.com/revivesparc/revivesparc.git
|
git clone https://git.revivesparc.com/Revivesparc/revivesparc.git
|
||||||
cd revivesparc
|
cd revivesparc
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|||||||
+1
-1
@@ -48,7 +48,7 @@ Standard build with GCC:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt install build-essential cmake git
|
sudo apt install build-essential cmake git
|
||||||
git clone https://github.com/revivesparc/revivesparc.git
|
git clone https://git.revivesparc.com/Revivesparc/revivesparc.git
|
||||||
cd revivesparc
|
cd revivesparc
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Optional but recommended:
|
|||||||
Clone the repository:
|
Clone the repository:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/revivesparc/revivesparc.git
|
git clone https://git.revivesparc.com/Revivesparc/revivesparc.git
|
||||||
cd revivesparc
|
cd revivesparc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -35,8 +35,8 @@
|
|||||||
<h2>Download ReviveSparc</h2>
|
<h2>Download ReviveSparc</h2>
|
||||||
|
|
||||||
<h3>Source Code</h3>
|
<h3>Source Code</h3>
|
||||||
<p>The ReviveSparc source repository is hosted on GitHub. Clone it with:</p>
|
<p>The ReviveSparc source repository is hosted on our Git instance. Clone it with:</p>
|
||||||
<pre>git clone https://github.com/revivethesparc/revivesparc.git</pre>
|
<pre>git clone https://git.revivesparc.com/Revivesparc/revivesparc.git</pre>
|
||||||
|
|
||||||
<p>Or download a tarball of any release below.</p>
|
<p>Or download a tarball of any release below.</p>
|
||||||
|
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
|
|
||||||
<h3>Building from Source</h3>
|
<h3>Building from Source</h3>
|
||||||
<p>ReviveSparc builds on Linux and macOS. Required dependencies: <code>gcc</code> or <code>clang</code>, <code>make</code>, <code>cmake</code>.</p>
|
<p>ReviveSparc builds on Linux and macOS. Required dependencies: <code>gcc</code> or <code>clang</code>, <code>make</code>, <code>cmake</code>.</p>
|
||||||
<pre>git clone https://github.com/revivethesparc/revivesparc.git
|
<pre>git clone https://git.revivesparc.com/Revivesparc/revivesparc.git
|
||||||
cd revivesparc
|
cd revivesparc
|
||||||
make
|
make
|
||||||
# Optional: run the test suite
|
# Optional: run the test suite
|
||||||
|
|||||||
+1
-1
@@ -65,7 +65,7 @@
|
|||||||
<p><a href="news.html">All news & releases →</a></p>
|
<p><a href="news.html">All news & releases →</a></p>
|
||||||
|
|
||||||
<h2>Quick Start</h2>
|
<h2>Quick Start</h2>
|
||||||
<pre>git clone https://github.com/revivethesparc/revivesparc.git
|
<pre>git clone https://git.revivesparc.com/Revivesparc/revivesparc.git
|
||||||
cd revivesparc
|
cd revivesparc
|
||||||
make
|
make
|
||||||
./sparc-emu -kernel vmlinux</pre>
|
./sparc-emu -kernel vmlinux</pre>
|
||||||
|
|||||||
+2
-4
@@ -57,12 +57,12 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>Individual Supporters</h3>
|
<h3>Individual Supporters</h3>
|
||||||
<p>Thanks to all who have sponsored through GitHub Sponsors:</p>
|
<p>Thanks to all individual supporters:</p>
|
||||||
<!-- <pre>David S. Miller (SPARC Linux kernel maintainer)
|
<!-- <pre>David S. Miller (SPARC Linux kernel maintainer)
|
||||||
Roland McGrath (toolchain and debugger support)
|
Roland McGrath (toolchain and debugger support)
|
||||||
Jakub Jelinek (GCC SPARC backend)
|
Jakub Jelinek (GCC SPARC backend)
|
||||||
Andreas Schwab (binutils and glibc SPARC)
|
Andreas Schwab (binutils and glibc SPARC)
|
||||||
+ 47 more supporters via GitHub Sponsors</pre> -->
|
+ 47 more supporters</pre> -->
|
||||||
|
|
||||||
<h3>Become a Sponsor</h3>
|
<h3>Become a Sponsor</h3>
|
||||||
<p>Sponsorship funds go directly to project development. All tiers include a logo placement on this page.</p>
|
<p>Sponsorship funds go directly to project development. All tiers include a logo placement on this page.</p>
|
||||||
@@ -74,8 +74,6 @@ Andreas Schwab (binutils and glibc SPARC)
|
|||||||
<tr><td>Bronze</td><td>$5+ / month</td><td>Name listed on this page</td></tr>
|
<tr><td>Bronze</td><td>$5+ / month</td><td>Name listed on this page</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p><a class="btn" href="https://github.com/sponsors/revivethesparc">Sponsor on GitHub</a></p>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer">
|
<div id="footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user