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[edit]

Ubuntu/Debian[edit]

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

CentOS[edit]

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

Arch-Linux[edit]

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