Skip to content

Commit

Permalink
Merge pull request #401 from shorepine/docs
Browse files Browse the repository at this point in the history
no longer need pkg-config libffi on tulip desktop
  • Loading branch information
bwhitman authored Oct 12, 2024
2 parents 1634785 + fc3e219 commit 2477a43
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions docs/tulip_desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 2477a43

Please sign in to comment.