-
Notifications
You must be signed in to change notification settings - Fork 4
build
Uwe Flechsig edited this page Feb 26, 2021
·
5 revisions
- goto source code
cd src - bootstrap
./bootstrapset up the environment for libtool and autoconfig - configure
./configureconfigure phase, see./configure --helpfor options - make
make -j3run 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/
[PHASE home] (https://github.com/flechsig/phase/wiki)