mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
Updated compiling_linux (markdown)
parent
d1de52ab37
commit
d71517fa5c
@ -8,8 +8,9 @@ For compiling under Linux or other Unix variants, the following is requiered:
|
||||
* X11 and MESA development Libraries
|
||||
* ALSA development libraries
|
||||
* Freetype (for the editor)
|
||||
* OpenSSL (for HTTPS and TLS)
|
||||
* pkg-config (used to detect the above three)
|
||||
* **Ubuntu Users:** apt-get install scons pkg-config libx11-dev libxcursor-dev build-essential libasound2-dev libfreetype6-dev libgl1-mesa-dev libglu-dev
|
||||
* **Ubuntu Users:** apt-get install scons pkg-config libx11-dev libxcursor-dev build-essential libasound2-dev libfreetype6-dev libgl1-mesa-dev libglu-dev libssl-dev
|
||||
|
||||
# Compiling
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user