Developing / Debugging the OPT phase¶
In order to install a new package in /opt
:
- Build the new package with linux/srcipts/opt/xxx_BUILD.sh
- Move the old package away from
/opt/kaarpux/xxx
, e.g. into/opt/XXX
, or delete/opt/kaarpux/xxx
altogether. - Install the new package with linux/srcipts/opt/xxx_INSTALL.sh
- Run master/tools/kx_opt.sh
This will make
soft-links
into/opt/bin
,/opt/include
,/opt/lib
, etc.