From 3bb0071ce78091444e388222321e0e6a83071697 Mon Sep 17 00:00:00 2001 From: vlad1k337 <147236370+vlad1k337@users.noreply.github.com> Date: Sat, 21 Dec 2024 09:12:24 -0600 Subject: [PATCH] Update install.rst openFPGALoader binary is available in Debian/Ubuntu repositories --- doc/guide/install.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/guide/install.rst b/doc/guide/install.rst index 9f09aea..c570bf4 100644 --- a/doc/guide/install.rst +++ b/doc/guide/install.rst @@ -6,6 +6,15 @@ Installing openFPGALoader Linux ===== +Debian/Ubuntu +---------- + +openFPGALoader is available in the default repositories: + +.. code-block:: bash + + sudo apt install openfpgaloader + Guix ---------- @@ -42,7 +51,7 @@ openFPGALoader is available as a Copr repository: sudo dnf copr enable mobicarte/openFPGALoader sudo dnf install openFPGALoader -From source (Debian, Ubuntu) +From source ---------------------------- This application uses ``libftdi1``, so this library must be installed (and, depending on the distribution, headers too):