Next: Build Options, Previous: Additional instructions for cross platforms, Up: Installation [Contents][Index]
PolyORB’s documentation and examples are built separately.
To build the examples, run make examples
in the root
directory. The build process will only build examples that correspond
to the personalities you configured. Note that some examples require the
CORBA COS Naming and IR services to be enabled (using
--enable-corba-services="naming ir"
on the configure
command line).
Similarly, to build the documentation, run make docs
.
You may install PolyORB’s documentation in a standard location using
make install
.