Skip to content

Commit

Permalink
Installation of libcurl4-gnutls package via APT on Linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 10, 2025
1 parent 34b53d9 commit deda1ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,10 @@ def build_proc():
log_task("Installing GLFW3 package dependencies...")
subprocess.run([
'sudo', 'apt', 'install', '-y',
'libglfw3-dev', 'libgl1-mesa-dev'
'libglfw3-dev',
'libgl1-mesa-dev',
'libcurl4-gnutls-dev',
'curl'
])
log_info("GLFW3 package dependency installation done!")

Expand Down

0 comments on commit deda1ce

Please sign in to comment.