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

docs: Added Gentoo packages. #81

Merged
merged 8 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
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
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ This project is the desktop client version of SAST Evento.

| Platform | Status | Instruction |
| ------------------ | ------ | ----------------- |
| Windows x64 | ✅ |
| Windows x64 | ✅ | |
| Windows arm64 | :x: | No packaging plan |
| macOS arm64 | ✅ |
| macOS arm64 | ✅ | |
| macOS x64 | :x: | No packaging plan |
| Linux x64 (pacman) | ✅ |
| Linux x64 (deb) | ✅ |
| Linux x64 (pacman) | ✅ | |
| Linux x64 (portage)| ✅ | |
| Linux x64 (deb) | ✅ | |
| Linux x64 (rpm) | :x: | No packaging plan |
| Linux x64 (nix) | :x: | No packaging plan |
| Linux arm64 | :x: | No packaging plan |
Expand All @@ -75,6 +76,17 @@ yay -S sast-evento

If you don't like AUR or if you are using other platforms, you can download the latest release from the [GitHub Release](https://github.com/NJUPT-SAST/sast-evento/releases) page.

Gentoo Linux

```bash
# Add corcodile overlay.
emerge -av eselect-repository
eselect repository add corcodile git https://github.com/f3rmata/corcodile.git

# Using spdlog in overlay to fix the bundled fmt issue.
emerge -av spdlog::corcodile sast-evento
```

## Development

### Prerequisites
Expand Down
20 changes: 16 additions & 4 deletions doc/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ SAST Evento 是一个 SAST 的事件管理系统,平时我们在活动过程

| 平台 | 状态 | 说明 |
| ------------------ | ---- | ------------ |
| Windows x64 | ✅ |
| Windows x64 | ✅ | |
| Windows arm64 | :x: | 暂无打包计划 |
| macOS arm64 | ✅ |
| macOS arm64 | ✅ | |
| macOS x64 | :x: | 暂无打包计划 |
| Linux x64 (pacman) | ✅ |
| Linux x64 (deb) | ✅ |
| Linux x64 (pacman) | ✅ | |
| Linux x64 (portage)| ✅ | |
| Linux x64 (deb) | ✅ | |
| Linux x64 (rpm) | :x: | 暂无打包计划 |
| Linux x64 (nix) | :x: | 暂无打包计划 |
| Linux arm64 | :x: | 暂无打包计划 |
Expand All @@ -75,6 +76,17 @@ yay -S sast-evento-bin

如果不想使用 AUR,或者使用其他系统,您可以在 [GitHub Release](https://github.com/NJUPT-SAST/sast-evento/releases) 页面下载最新的安装包。

Gentoo Linux

```bash
# Add corcodile overlay.
emerge -av eselect-repository
eselect repository add corcodile git https://github.com/f3rmata/corcodile.git

# Using spdlog in overlay to fix the bundled fmt issue.
emerge -av spdlog::corcodile sast-evento
```

## 参与开发

### 先决条件
Expand Down