Z-Sharp icon indicating copy to clipboard operation
Z-Sharp copied to clipboard

macOS Not Supported

Open dinhndrwmacbook opened this issue 2 years ago • 0 comments

Describe your issue So I built this program on macOS but it is not functional, I drag and drop the .zs file, which is Pong-Example-ZSharp And nothing happened

To Reproduce Steps to reproduce the behavior: You need to the brew package manager, copy this command: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

If you already have the brew package manager

Copy this command:

brew install sdl2_image sdl2_ttf sdl2 git CMake ninja

After you did, clone this project:

git clone https://github.com/sam-astro/Z-Sharp/

Go to the directory:

cd /path/to/Z-Sharp/ZSharp

If you did that, Follow this command:

cmake -B build . -G "Ninja"

And then:

cd build && ninja

Now type ./ZSharp "executable file"

dinhndrwmacbook avatar Sep 05 '22 06:09 dinhndrwmacbook