How to Install fluid-synth on Mac using Brew

Package Information:

Name: fluid-synth
Use: FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications and has reached widespread distribution
URL: http://www.fluidsynth.org

Installation Steps:

  1. Open Terminal.
  2. Run the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install fluid-synth using brew
    brew install fluid-synth

fluid-synth is ready to use now!