-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Inho Oh edited this page Jul 4, 2024
·
11 revisions
Supports the following versions:
- 22.04 (Jammy Jellyfish) - amd64
- 22.04 (Jammy Jellyfish) - arm64
- 22.04 (Jammy Jellyfish) - armhf
- 20.04 (Focal Fossa) - amd64
- 20.04 (Focal Fossa) - arm64
- 20.04 (Focal Fossa) - armhf
Create the /etc/apt/sources.list.d/aln.list
file with following content:
deb [trusted=yes] https://webispy.github.io/aln/ubuntu/ jammy main
Install
sudo apt update
sudo apt install aln libaln-dev
Create the /etc/apt/sources.list.d/aln.list
file with following content:
deb [trusted=yes] https://webispy.github.io/aln/ubuntu/ focal main
Install
sudo apt update
sudo apt install aln libaln-dev
Supports the following versions:
- 40 (Released 2024-04-23) - x86_64
- 39 (Released 2023-11-07) - x86_64
Create the /etc/yum.repos.d/aln.repo
file with following content:
[aln]
name=aln
baseurl=https://webispy.github.io/aln/fedora/40
enabled=1
gpgcheck=0
Install
dnf update
dnf install aln aln-devel
Create the /etc/yum.repos.d/aln.repo
file with following content:
[aln]
name=aln
baseurl=https://webispy.github.io/aln/fedora/39
enabled=1
gpgcheck=0
Install
dnf update
dnf install aln aln-devel
Add webispy/homebrew-aln Tap to Homebrew using the following command:
brew tap webispy/aln
Install
brew install aln
Remove
brew uninstall aln
brew untap webispy/aln
The ALN supports the vcpkg
registry. After installing vcpkg
by referring to the guide below, you can install aln through the --overlay-ports
option.
git clone https://github.com/webispy/aln-vcpkg-registry.git
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg install aln --overlay-ports=../aln-vcpkg-registry/ports