Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Arch install #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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).
Expand All @@ -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)
Expand Down