INSTALL.openh323 568 B

12345678910111213141516171819
  1. To build Open H.323 see:
  2. http://www.openh323.org/build.html#unix
  3. You only need to do 'make opt'. Anything else you will be simply waisting time and HD space.
  4. Also, you will notice they never tell you to 'make install' so don't do it.
  5. On FreeBSD, the Makefiles are configured to
  6. locate the compiled openh323 port, if it has
  7. been built. Here is one way to build
  8. openh323 and ptlib on such that the Makefiles
  9. find it:
  10. # cd /usr/ports/net/openh323
  11. # make
  12. It is not necessary to install the port. The
  13. asterisk makefiles do not use any files
  14. installed by the port.