Table of Contents

Building Midnight Commander (mc) on Mac

Prerequisites

Setup

  1. Download and extract the Midnight Commander source code from http://www.ibiblio.org/mc/
  2. build and install with the following commands:
    ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info --without-x --with-screen=ncurses
    
    make
    
    make install

Other Notes