From fc3e21938e2bbd81f1b54980b3dec3927919406c Mon Sep 17 00:00:00 2001 From: Brian Whitman Date: Sat, 12 Oct 2024 11:11:44 -0400 Subject: [PATCH] no longer need pkg-config libffi on tulip desktop --- docs/tulip_desktop.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/tulip_desktop.md b/docs/tulip_desktop.md index 3a14b562..76bfd5fd 100644 --- a/docs/tulip_desktop.md +++ b/docs/tulip_desktop.md @@ -22,19 +22,10 @@ git clone https://github.com/shorepine/tulipcc cd tulipcc ``` -Then install homebrew - -```bash -# install homebrew first, skip this if you already have it... -/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -# Then restart your terminal -``` - To build Tulip Desktop (macOS 10.15 (Catalina) and higher, Apple Silicon or x86_64): ```bash cd tulip/macos -brew install pkg-config libffi # For local development (just your native arch, and shows stderr in terminal) ./build.sh @@ -57,13 +48,13 @@ Install the dependencies: ```bash # Ubuntu, Debian, etc., including Windows 11 in WSL2 -sudo apt install build-essential libsdl2-dev libffi-dev alsa-utils +sudo apt install build-essential libsdl2-dev alsa-utils # Fedora 40+, etc. -sudo dnf install gcc make SDL2-devel libffi-devel alsa-utils +sudo dnf install gcc make SDL2-devel alsa-utils # Arch -sudo pacman -S sdl2 libffi +sudo pacman -S sdl2 ``` Build and run: