Installing Required Linux Libraries

From Zero-K
Jump to navigation Jump to search

For other languages, choose your language on translate.google.com

Below you will find methods for installing the required libraries for ZERO-K for Linux-based operating systems.

LIBSDL2

Ubuntu/Debian

  • First open Terminal
  • Use the command: sudo apt-get install libsdl2-2.0 libsdl2-dev

CentOS

  • First open Terminal
  • Use the command: sudo yum install SDL-devel

Arch-Linux

  • First open Terminal
  • Use the command: sudo pacman -S sdl