Updated Working on GNU Linux (markdown)

master
Ray 8 년 전
부모
커밋
32c808ad79
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      Working-on-GNU-Linux.md

+ 2
- 2
Working-on-GNU-Linux.md

@ -4,7 +4,7 @@ To build your raylib game for GNU/Linux you need to download raylib git reposito
This guide is for all GNU/Linux distros, just note that APT is used as package manager for Debian based distros.
#### Install basics and useful packages
#### Install required tools
You need a **GCC** (or alternative C99 compiler), **make** and **git** (to download raylib repo).
sudo apt install build-essential git
@ -13,7 +13,7 @@ Optionally, you could use **CMake** building system.
sudo apt install cmake
#### Install raylib dependencies
#### Install required libraries
You need to install some required libraries; **ALSA** for audio, **Mesa** for OpenGL accelerated graphics and **X11** for windowing system.
sudo apt install libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev

불러오는 중...
취소
저장