
Welcome to the IPP Software Tree.  To build the full IPP suite, you
must be in the directory ipp/psconfig.  Follow the instructions in
'ipp/psconfig/INSTALL'.


*** SUMMARY ***

For Ubuntu (gcc includes -as-needed by default) :

  psbuild -extbuild -clean -rebuild -dev -optimize -no-as-needed ipp-ubuntu

For Gentoo:

  psbuild -extbuild -clean -rebuild -dev -optimize ipp-gentoo

For Manjaro (gcc 11 strict on strcpy) :

  setenv CFLAGS --Wno-implicit-function-declaration
  psbuild -extbuild -clean -rebuild -dev -optimize -debug-build ipp-manjaro

For a new build, make sure you have a valid file for ~/.ipprc and ~/.ptolemyrc.
Follow the directions in ipp/ippconfig/README

perl Makefile.PL PREFIX=/home/eugene/src/psconfig/ipp-20230313.lin64 LIB=/home/eugene/src/psconfig/ipp-20230313.lin64/lib --cflags="-I/usr/include/mysql -I/usr/include/mysql/mysql -Wno-incompatible-pointer-types"
