GetDunne Wiki

Notes from the desk of Shane Dunne, software development consultant

User Tools

Site Tools


some_notes_on_linux_setup

This is an old revision of the document!


Setting up a Linux machine for JUCE development

This is just a page of semi-random notes at the moment.

I've been working with Linux Mint 19 “Tara”, Cinammon edition, 64-bit.

The Linux version of Projucer won't run without *libcurl3*, and to compile properly you'll need to install the *libasound2-dev* package.

Unfortunately, *libcurl3* is now outdated; the standard Ubuntu/Mint version is *libcurl4*. This is a problem because newer programs such as CLion won't run without *libcurl4*, and the two are mutually exclusive. However, Ubuntu developer Evgeny Brazgin has devised a way to use both simultaneously: https://launchpad.net/~xapienz/+archive/ubuntu/curl34.

some_notes_on_linux_setup.1536687412.txt.gz · Last modified: 2018/09/11 17:36 by shane