Skip to content
Uwe Flechsig edited this page Feb 26, 2021 · 5 revisions

build Phase from source

  • goto source code cd src
  • bootstrap ./bootstrap set up the environment for libtool and autoconfig
  • configure ./configure configure phase, see ./configure --help for options
  • make make -j3 run make with 3 cores, may use higher number on powerful computers
  • install su -c "make install" installs phase under PREFIX; should be executed as root to install in the default PRERFIX: /usr/local/

Clone this wiki locally