Skip to content

Commit

Permalink
FreeBSD Support
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Nov 27, 2024
1 parent bcd664b commit a9045f4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ jobs:
target:
- x86_64-unknown-freebsd
- x86_64-unknown-netbsd
- x86_64-pc-solaris

runs-on: ubuntu-latest

Expand Down
48 changes: 26 additions & 22 deletions web/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,37 +9,41 @@ Lead lang is distributed by **leadman**. This article shares the script to insta

## Supported OS with Architectures

| OS | Architecture | Supported |
| ------- | :------------: | --------: |
| Windows | x64 ||
| | arm64 ||
| | i686 (32-bit) ||
| macOS | x64 ||
| | arm64 ||
| Linux⭐ | x64 ||
| | i686 (32-bit) ||
| | arm64 | ⏲️ |
| | armv7 (32-bit) ||
| FreeBSD | x64 | ⏲️ |
| | i686 (32-bit) ||
| | arm64 | ⏲️ |
| | armv7 (32-bit) ||

✅: Currently Supported
| OS | Architecture | Supported | Notes |
| ------- | :------------: | :-------: | :------------------------------ |
| Windows | x64 || |
| | arm64 || |
| | i686 (32-bit) || 32 bit is not longer widespread |
| macOS | x64 || |
| | arm64 || |
| Linux⭐ | x64 || |
| | i686 (32-bit) || 32 bit is not longer widespread |
| | arm64 | 🟨 | CI failed with lead_docs |
| | armv7 (32-bit) || 32 bit is not longer widespread |
| FreeBSD | x64 | 🟨 | Cannot be built with lead docs |
| | i686 (32-bit) || 32 bit is not longer widespread |
| | arm64 || |
| | armv7 (32-bit) || 32 bit is not longer widespread |
| NetBSD | x64 || Verified to not work |
| | i686 (32-bit) || 32 bit is not longer widespread |
| | arm64 || |
| | armv7 (32-bit) || 32 bit is not longer widespread |

✅: Fully Supported

🟨: Lead Docs not supported

⏲️: Not Supported, Currently being worked on

❌: Not Supported, Not Planned either

⭐: See Below
::: details **Note for linux users**
You must have the following installed for **lead docs** desktop application

| Package | Version |
| --------- | ------- |
| webkitgtk | >= 4.1 |
| Package | Version |
| ------------- | ------------ |
| webkitgtk-4.1 | 2.20 to 2.36 |

You might follow [this](https://tauri.app/start/prerequisites/#linux)

:::

Expand Down

0 comments on commit a9045f4

Please sign in to comment.