filmov
tv
Install SDL2 on macOS Catalina

Показать описание
How to install SDL2, SDL2_image, SDL2_mixer, SDL2_ttf and SDL2_net on macOS Catalina.
We use the Homebrew package manager. If you don't have Homebrew and the Command Line Tools installer, check my previous tutorial:
Installation commands used in the video:
brew install sdl2 sdl2_image sdl2_mixer sdl2_ttf sdl2_net
brew install pkg-config
Source code for the example SDL2 program:
Build/Compile commands used:
clang -std=c18 -Wall -pedantic test_sdl2.c -lSDL2
clang -std=c18 -Wall -pedantic test_sdl2.c `pkg-config --libs sdl2`
We use the Homebrew package manager. If you don't have Homebrew and the Command Line Tools installer, check my previous tutorial:
Installation commands used in the video:
brew install sdl2 sdl2_image sdl2_mixer sdl2_ttf sdl2_net
brew install pkg-config
Source code for the example SDL2 program:
Build/Compile commands used:
clang -std=c18 -Wall -pedantic test_sdl2.c -lSDL2
clang -std=c18 -Wall -pedantic test_sdl2.c `pkg-config --libs sdl2`
Install SDL2 on macOS Catalina
[Ep. 4] [Setup] SDL Mac (Including M1) Setup with Simple OpenGL Application | Introduction to SDL2
How to Setup SDL2 and VSCode to Start Programming OpenGL on a Mac
How to set up D/SDL2 project on MacOS, Linux and Windows
SDL2 Mac Terminal Setup with GLAD
SDL 2 Tutorial 1a [SETUP] Mac and Xcode Setup
How to set up SDL2 on macOS 10.12 (without Xcode)
SDL 2.0.8 SDL_MinimizeWindow() issue on macOS High Sierra
SDL2 Setup in Xcode 2019
How to install SDL2 and set it up with CLion for Game Development
04 - Setting up SDL2 for Windows, Linux, and Mac | C++ Game Engine Programming
[HD - Tuto] Installation de la SDL sous Mac OS X
Setting up an SDL2 game project using C and Make
Modern OpenGL 3.0+ [SETUP] SDL and GLEW on a Mac
SDL2 on Xcode (Ep 1): Set up an Xcode project
VSCcode C/C++ CMake SDL on Mac
TUTORIEL INSTALLATION ET COMPILATION OPENGL & SDL2 AVEC UN MAKEFILE - MissBidule
PPSSPP 1.6.3 macOS Catalina - Bleach HTS 6
HOWTO: Setup CLion for SDL2 Gamedev
How to install Mame with a shortcut to run on an M1 Mac
Lab 01 Hello OpenGL World on (Linux) on MacOS
How to install Mame 64-bit retro games emulator on OSX Catalina & OS Monterey
[Ep. 19] Where was SDL installed in Linux (mac and windows) | Introduction to SDL2
Comment installer la SDL2 sur Xcode !
Комментарии