Skip to content

WillSams/Conan-the-Caveman-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conan-the-Caveman-Linux

Example project from 'SDL Game Development' by Shaun Mitchell. The book explains everything from a Windows user perspective so this repo exists as an alternative for those who want to learn on Linux, Windows Subsystem for Linux, or MacOS.

text

Getting Started

Install pre-requisites to get the code working under an Ubuntu-based system (i.e., Linux Mint, Windows Subsystem for Linux, etc.):

sudo apt update
sudo apt install libxext-dev build-essential automake autoconf libtool -y
sudo apt install mesa-common-dev libasound2-dev libpulse-dev -y
sudo apt install libpng-dev libjpeg-dev libwebp-dev libtiff-dev libmodplug-dev -y
sudo apt install libsdl2-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev -y
sudo apt install libtinyxml-dev tiled  -y #for the .tmx files, Tiled Map Editor

Then:

make        # to build the project
make run    # to execute the built binary

About

Example project from 'SDL Game Development' by Shaun Mitchell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages