Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 195 Bytes

INSTALL.md

File metadata and controls

17 lines (12 loc) · 195 Bytes

INSTALL

Prerequisites

  • Xcode
  • automake
  • autoconf

Generate Makefile

aclocal
automake --add-missing
autoconf

Build and Install

./configure
make install