From 8bb712207143697bc9e1b3242c62ca8893db773c Mon Sep 17 00:00:00 2001 From: taotieren Date: Tue, 10 Dec 2024 18:08:39 +0800 Subject: [PATCH] Add Arch install --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4faa8db..9fd6e42 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,8 @@ This software is a part of the [Open-RFlab](https://github.com/Open-RFlab/Open-R ### Package installation +- For Arch based distributions, a repository is available [here](https://aur.archlinux.org/packages/qucs-rflayout). + - For Debian based distributions, a repository is available [here](https://software.opensuse.org/download.html?project=home:thomaslepoix:open-rflab&package=qucsrflayout). - For RPM based distributions and Windows, you can download packages [here](https://github.com/thomaslepoix/Qucs-RFlayout/releases). @@ -110,6 +112,12 @@ This software is a part of the [Open-RFlab](https://github.com/Open-RFlab/Open-R nix profile install --impure 'github:thomaslepoix/Qucs-RFlayout#qucsrflayoutNixGL' ``` +#### Arch way : + +```bash +yay -Syu qucs-rflayout +``` + #### Debian way : Take a look [on the debian branch](https://github.com/thomaslepoix/Qucs-RFlayout/tree/debian). @@ -119,6 +127,7 @@ Take a look [on the debian branch](https://github.com/thomaslepoix/Qucs-RFlayout Be sure to use a compiler that [supports C++23](https://en.cppreference.com/w/cpp/compiler_support/23). The build-time dependencies are the following, check equivalents on your own for other distros (reports are welcome) : +- Arch : `qt6-base`, `qt6-tools`, `texlive-meta`, `ttf-lato` - Debian 12 : `qt6-base-dev`, `libqt6opengl6-dev`, `texlive-xetex`, `fonts-lato` - Fedora 40 : `qt6-qtbase-devel`, `texlive-xetex`, `texlive-standalone`, `lato-fonts` - MacOS + Homebrew : `qt`, `texlive`, `font-lato` (cask)