JUCE: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „* https://juce.com/ = Installation = <source lang=bash> apt-get install libcurl4-openssl-dev libfreetype6-dev libx11-dev libxrandr-dev libxinerama-dev libxcu…“)
 
(Installation)
Zeile 2: Zeile 2:
  
 
= Installation =
 
= Installation =
 
+
== Systemanforderung ==
 +
* https://forum.juce.com/t/list-of-juce-dependencies-under-linux/15121
 
<source lang=bash>
 
<source lang=bash>
 
apt-get install libcurl4-openssl-dev libfreetype6-dev libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev webkit2gtk-driver  
 
apt-get install libcurl4-openssl-dev libfreetype6-dev libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev webkit2gtk-driver  
 
</source>
 
</source>

Version vom 14. April 2019, 15:41 Uhr

Installation

Systemanforderung

apt-get install libcurl4-openssl-dev libfreetype6-dev libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev webkit2gtk-driver