Envision-OCI#
Envision-OCI allows builds inside Envision to work on any distro, including Fedora Atomic Desktops and Bazzite, without manually installing any build dependencies.
Installation#
TIP
If you need support, don't hesitate to reach out. You can DM me on Bluesky, ask questions on the LVRA Discord, or contact me via another platform.
One-line install (using Homebrew): bash -c "$(curl -fsSL https://tangled.org/matrixfurry.com/homebrew-xr/raw/main/scripts/setup.sh)" && brew install envision-oci
Homebrew:
- If you don't already have Homebrew and the XR Tap, follow the setup instructions
- Install Envision-OCI:
brew install envision-oci
Manual (not recommended):
- Install Nushell
- Clone this repo:
git clone https://tangled.org/matrixfurry.com/lxrac - Copy the shim to an empty directory as the target binaries (
cmakeandcargo) - Run Envision with the shim directory appended to PATH
Usage#
Launch and use Envision as normal, everything else will be handled for you automatically!