Update rx
d7984ed6ca2f9ee0e87e77391bcfc60f7efc6f7b
1 parent
884c3f9f
rx/index.html
+2 -7
| 259 | 259 | <section> |
|
| 260 | 260 | <h2>BUILD FROM SOURCE</h2> |
|
| 261 | 261 | You'll need <strong>cargo</strong> and <strong>rust</strong> to build <em>rx</em> from source. For more |
|
| 262 | 262 | detailed instructions, see the <a href="https://github.com/cloudhead/rx/blob/master/README">README</a>. |
|
| 263 | 263 | ||
| 264 | - | <h3>Linux</h3> |
|
| 265 | - | <div class="cli"><code class="block">$ cargo install --git https://github.com/cloudhead/rx --tag v0.2.0 --locked --features vulkan</code></div> |
|
| 266 | - | <h3>macOS</h3> |
|
| 267 | - | <div class="cli"><code class="block">$ cargo install --git https://github.com/cloudhead/rx --tag v0.2.0 --locked --features metal</code></div> |
|
| 268 | - | <h3>Windows</h3> |
|
| 269 | - | <div class="cli"><code class="block">$ cargo install --git https://github.com/cloudhead/rx --tag v0.2.0 --locked --features vulkan</code></div> |
|
| 264 | + | <div class="cli"><code class="block">$ cargo install --git https://github.com/cloudhead/rx --tag v0.2.0 --locked</code></div> |
|
| 270 | 265 | <br/> |
|
| 271 | 266 | ||
| 272 | 267 | <p>The default installed palette is <a href="palettes/sweetie16.palette">sweetie16.palette</a>. |
|
| 273 | 268 | Other palettes are also available <a href="palettes/">here</a>, and you can create your own.</p> |
|
| 274 | 269 | </section> |
| 328 | 323 | ||
| 329 | 324 | <ol> |
|
| 330 | 325 | <li>Run <em>rx</em> with verbose logging, by using the <code>-v</code> command-line flag. |
|
| 331 | 326 | This will log errors from the underlying libraries that are usually |
|
| 332 | 327 | suppressed. You can increase the verbosity further by using <code>-vv</code>.</li> |
|
| 333 | - | <li>Try the <em>winit</em> backend, by building <em>rx</em> with eg. <code>--features winit,vulkan</code>.</li> |
|
| 328 | + | <li>Try the <em>winit</em> backend, by building <em>rx</em> with eg. <code>--features winit</code>.</li> |
|
| 334 | 329 | </ol> |
|
| 335 | 330 | ||
| 336 | 331 | Otherwise, see the following BUGS section. |
|
| 337 | 332 | </section> |
|
| 338 | 333 |