Skip to content

Instantly share code, notes, and snippets.

@HugoDF
Created January 15, 2016 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HugoDF/364420e0317e45abad5e to your computer and use it in GitHub Desktop.
Save HugoDF/364420e0317e45abad5e to your computer and use it in GitHub Desktop.
Install miranda after having downloaded the tarball, run `sh miranda_install.sh` (for El Capitan since writing to `/usr` is restricted)
tar xpzf mira-2044-x86_64-Darwin.tgz;
cd ./usr/bin;
cp * /usr/local/bin;
cd ../lib;
cp -r * /usr/local/lib;
cd ../share;
cp -r * /usr/local/share;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment