diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-11-13 12:28:37 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-11-13 12:28:37 -0500 |
| commit | 244863139cb6a43861953bd349479e3236301613 (patch) | |
| tree | fb9002748e4adb8f9d811f7d181ec87f0cd9d1db /docs | |
| parent | 5dbe5b502b760b5d87c043b5ab836751b2c3e5e8 (diff) | |
Guix no longer even tries to build with Singeli
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/running.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/running.html b/docs/running.html index 56dc89e7..1489ba93 100644 --- a/docs/running.html +++ b/docs/running.html @@ -6,14 +6,13 @@ <div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="index.html">BQN</a></div> <h1 id="how-to-run-bqn"><a class="header" href="#how-to-run-bqn">How to run BQN</a></h1> <p><a href="https://github.com/dzaima/CBQN">CBQN</a> is the primary offline implementation. Scripts in this repository start with <code><span class='Comment'>#! /usr/bin/env bqn</span></code> in order to look up the user's <code><span class='Value'>bqn</span></code> executable, which is expected to be CBQN.</p> -<p>Third-party packages are available for Windows and a few Linux distributions. Our <a href="https://github.com/mlochbaum/Singeli">Singeli</a> code is used for faster implementations of primitives on x86; generally, for the best performance, you'll have to compile CBQN for the target hardware instead of using packages.</p> +<p>Third-party packages are available for Windows and a few Linux distributions. Because they run on an unknown target system, none of these packages are built with the highest-performance settings. If you need top speed (you probably don't!) you should compile CBQN for the target hardware instead.</p> <table> <thead> <tr> <th>OS/distro</th> <th>Package</th> <th>Type</th> -<th>Singeli</th> </tr> </thead> <tbody> @@ -21,25 +20,21 @@ <td>Windows download</td> <td><a href="https://github.com/actalley/WinBQN">WinBQN</a></td> <td>Binary</td> -<td>No</td> </tr> <tr> <td>Arch AUR</td> <td><code><span class='Value'>cbqn</span><span class='Function'>-</span><span class='Value'>git</span></code></td> <td>Source</td> -<td>No</td> </tr> <tr> <td>Nix</td> <td><code><span class='Value'>cbqn</span></code></td> <td>Source/Binary</td> -<td>No</td> </tr> <tr> <td>Guix</td> <td><code><span class='Value'>cbqn</span></code></td> <td>Source/Binary</td> -<td>Yes</td> </tr> </tbody> </table> |
