Skip to content

Commit

Permalink
Merge pull request #69 from freakboy3742/rkm-prereqs
Browse files Browse the repository at this point in the history
Clarify some Linux installation instructions.
  • Loading branch information
freakboy3742 committed Jul 12, 2020
2 parents 12519f9 + a3ff59d commit f8d9e37
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/tutorial/tutorial-0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ or higher.
If you're on Linux, you'll install Python using the system package manager
(``apt`` on Debian/Ubuntu/Mint; ``dnf`` on Fedora, or ``pacman`` on Arch).

We don't support Raspberry Pi at this time.

.. group-tab:: Windows

If you're on Windows, you can get the official installer from `the Python
Expand Down Expand Up @@ -94,6 +96,12 @@ Next, install the additional dependencies needed for your operating system:
$ sudo dnf install git pkg-config python3-devel gobject-introspection-devel cairo-devel cairo-gobject-devel pango-devel webkitgtk4
**Arch, Manjaro**

.. code-block:: bash
$ sudo pacman -Syu git pkgconf cairo python-cairo pango gobject-introspection gobject-introspection-runtime python-gobject webkit2gtk
Briefcase also uses a tool called AppImage to build binaries that can be
used across Linux distributions. However, building AppImage binaries for
Linux is complicated, because of the inconsistent library versions present
Expand Down

0 comments on commit f8d9e37

Please sign in to comment.