Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
Ponyc on official Archlinux packages. I will update ponyc for Archlinux later. The Nix Package is also working but only for Darwin yet. See https://hydra.nixos.org/jobset/nixpkgs/trunk#tabs-jobs. I am working on it
  • Loading branch information
yVieta authored Jul 12, 2024
1 parent da2b032 commit 1589802
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ At the moment, we support all supported LTS Ubuntu versions and any distribution

Currently, we have packages for the following Glibc based distributions:

- Archlinux
- Fedora 39
- Linux Mint 19, 20, 21
- Pop!_OS 20.04, 22.04, 24.04
Expand All @@ -29,6 +30,12 @@ Currently, we have packages for the following Glibc based distributions:

Starting with Pony version 0.56.0, only Alpine 3.17 and later are supported. Pomyup will happily 0.56.0 on Alpine 3.16, but you won't be able to link programs. By the same token, installing version of Pony prior to 0.56.0 on Alpine 3.17 will also fail to link.

### Archlinux
Installing ponyc from the official [Archlinux repository](https://archlinux.org/packages/?q=ponyc)
```
sudo pacman -S ponyc
```

### Manually selecting your Linux platform

To manually set your platform if ponyup is unable to identify it:
Expand Down

0 comments on commit 1589802

Please sign in to comment.