From 4a32cef237d1feed335e3c6328b5b1f3794909fc Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Mon, 14 Jul 2025 01:53:32 +0200 Subject: [PATCH] README.md: Instructions on installing with Guix. (#266) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 47db78e1..fbc6d378 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,16 @@ Set these variables before using cmake to cirumvent the Xcode versions. Homebrew does not support tclreadline, but the macports system does (see https://www.macports.org). +## Install using a package manager + +### Guix + +OpenSTA is available in the [default repositories](https://hpc.guix.info/package/opensta): + +``` + guix install opensta +``` + ## Bug Reports Use the Issues tab on the github repository to report bugs.