Installing
-
2. Downloading Projucer
Download Projucer for Mint GNU/Linux
Save the File.
-
3. Installing Projucer
So Now to Install Projucer IDE
First, Extract Projucer Archive directly into the Target:sudo unzip -d /opt/ ~/Downloads/juce*.zip
(If downloaded with Firefox it may be instead into the /tmp/mozilla* folder)
Then Set the SuperUser as Owner with:sudo chown -R root:root /opt/JUCE
Finally, Make a Symlink to Easy Launching from Shell:
sudo ln -s /opt/JUCE/Projucer /usr/local/bin/Projucer
Contents