From 1a1b0089bf784f07840c72e4e3ad2579c395ff50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 21 Aug 2022 17:19:18 +0200 Subject: [PATCH] README: Add mention of roezio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index d377c82a..f1b6bbd2 100644 --- a/README.rst +++ b/README.rst @@ -102,6 +102,20 @@ The artwork logo was made by Gaëtan Ribémont and released under the `Creative Commons BY license `_. +Migration to Rust +----------------- + +We're currently migrating Poezio to Rust. The migration is happening in +the ``roezio`` branch on the repository. You're welcome to try it out, +report bugs, and contribute! + +To be able to run it you will need to install ``setuptools-rust``, and +of course the Rust compiler suite. Check out ``rustc`` or ``rustup`` in +your distribution package manager. + +You should then be able to run `python setup.py build_ext --inplace` to +compile it locally, and launch poezio via `./launch.py`. + Hacking -------