Skip to content

Commit 00323e5

Browse files
taotierenthomaslepoix
authored andcommitted
Add Arch install
1 parent df19c3e commit 00323e5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ This software is a part of the [Open-RFlab](https://github.com/Open-RFlab/Open-R
9898

9999
### Package installation
100100

101+
- For Arch based distributions, a repository is available [here](https://aur.archlinux.org/packages/qucs-rflayout).
102+
101103
- For Debian based distributions, a repository is available [here](https://software.opensuse.org/download.html?project=home:thomaslepoix:open-rflab&package=qucsrflayout).
102104

103105
- 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
110112
nix profile install --impure 'github:thomaslepoix/Qucs-RFlayout#qucsrflayoutNixGL'
111113
```
112114

115+
#### Arch way :
116+
117+
```bash
118+
yay -Syu qucs-rflayout
119+
```
120+
113121
#### Debian way :
114122

115123
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
119127
Be sure to use a compiler that [supports C++23](https://en.cppreference.com/w/cpp/compiler_support/23).
120128
The build-time dependencies are the following, check equivalents on your own for other distros (reports are welcome) :
121129

130+
- Arch : `qt6-base`, `qt6-tools`, `texlive-meta`, `ttf-lato`
122131
- Debian 12 : `qt6-base-dev`, `libqt6opengl6-dev`, `texlive-xetex`, `fonts-lato`
123132
- Fedora 40 : `qt6-qtbase-devel`, `texlive-xetex`, `texlive-standalone`, `lato-fonts`
124133
- MacOS + Homebrew : `qt`, `texlive`, `font-lato` (cask)

0 commit comments

Comments
 (0)