filmov
tv
How do I setup SDL in Linux?

Показать описание
Help setting up SDL in LinuxMint/Ubuntu you can cut and paste the console code below tested with Linux Mint 20 as shown. If you are just getting into programming following lazy foos guides or trying to compile you're code in linux for the first time this might help you .
(Install Code::Blocks)
sudo apt-get install codeblocks
(Install C++ and SDL core)
sudo apt-get install build-essential libsdl2-dev
(Install any extra libs you want)
sudo apt-get install libsdl2-image-dev libsdl2-gfx-dev libsdl2-ttf-dev libsdl2-mixer-dev
(Install Code::Blocks)
sudo apt-get install codeblocks
(Install C++ and SDL core)
sudo apt-get install build-essential libsdl2-dev
(Install any extra libs you want)
sudo apt-get install libsdl2-image-dev libsdl2-gfx-dev libsdl2-ttf-dev libsdl2-mixer-dev
Simple SDL2 Setup in directory (MinGW, VS Code, Windows)
SDL 2 Tutorial Windows and Visual Studio Code Setup | Visual Studio Code, Game Dev
How do I setup SDL in Windows Simple DirectMedia Layer with Code Blocks 2020
How do I setup SDL in Linux?
Configuring SDL for visual studio 2022
Making a Game With C++ and SDL2
Setup SDL c++ lib in visual studio 2022
C Game Development with SDL 2 - Setup SDL 2 with CodeBlocks on Windows
Creating a Game Loop with C & SDL (Tutorial)
How to setup SDL2 - WITH SDL IMAGE Updated 2024 - visual studio code
C++ SDL 2.0 Tutorial 1: Setting Up SDL
How to setup SDL 2 for Visual Studio 2022 and create a project with it.
How to link SDL 2 with Visual Studio on Windows (2021)
How to setup SDL on dev c++
Setup SDL Library in Visual Studio 2022 for C/C++ Development
SDL 2.0 Tutorial 1 Setting Up SDL
C++/SDL Tutorial 1 - Very simple basic window setup!
SDL 2 Tutorial 1d [SETUP] Windows and CodeBlocks Setup
SDL 2 Tutorial 1c [SETUP] Windows and MinGW Setup
SDL 3 -- A Decade of Improvements
Setting up SDL in C with CMake and Visual Studio
[Ep. 1] What is the Simple Directmedia Layer (SDL) and how to get started | Introduction to SDL2
SDL2 Tutorial - #1 Setting up SDL
[Ep. 4] [Setup] SDL Mac (Including M1) Setup with Simple OpenGL Application | Introduction to SDL2
Комментарии