From dda80f8092125a16aa89979e8d1eb1c6438cda7f Mon Sep 17 00:00:00 2001 From: mbrudka Date: Sat, 4 Dec 2004 16:07:58 +0000 Subject: ChangeLogTag: Sat Dec 4 17:03:38 2004 Marek Brudka --- ACE-INSTALL.html | 32 ++++++++++++++++++++++++++++++-- ChangeLog | 4 +++- ace/.cvsignore | 1 + tests/RMCast/.cvsignore | 6 ++++++ 4 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 ace/.cvsignore create mode 100644 tests/RMCast/.cvsignore diff --git a/ACE-INSTALL.html b/ACE-INSTALL.html index 948d7c9c232..03e3e8fbcf4 100644 --- a/ACE-INSTALL.html +++ b/ACE-INSTALL.html @@ -38,6 +38,7 @@ report process.

  • Building and Installing ACE
  • Building and Installing ACE Network Services
  • Building and Installing The ACE_SSL Library +
  • Building, Installing and Using The ACE_QtReactor Library
  • What Do I Need to Build for TAO?
  • System Resource Requirements
  • General MPC Information @@ -2413,6 +2414,34 @@ below.

    +

    Building, Installing and Using The ACE_QtReactor Library

    +

    The first step for all platforms is to build and install the +Qt library. The +ACE_QtReactor library must then be built according to the instructions +below.

    + +
      +
    1. Make sure that the QTDIR environment variable points to Qt distribution + folder. Usually this variable is set by Qt distribution, hence one has nothing to do.
    2. +
    3. Add qt=1 to your $MPC_ROOT/config/default.features and + generate build files using MPC. Alternatively, re-run MPC with -features qt=1 + switch to obtain build files with Qt support.
    4. +
    5. Build ACE using MPC generated files. After compilation ACE_QtReactor library should be + placed in libout directory.
    6. +
    + +To use ACE_QtReactor library in user applciation one has to ensure the library was built as +described above. Then there are at least two options: +
      +
    1. For MPC based application one has to derive a project from ace_qtreactor + and generate build files using -features qt=1 switch or by setting + qt=1 in default.features file. The ace_qtreactor base project + ensures all path variables are set correctly and add links necessary libraries to the + project.
    2. +
    3. For application with custom build system one has to define path to Qt includes and + libraries and also link the application with qt-mt and + ACE_QtReactor library.
    4. +

    What Do I Need to Build for TAO?

    @@ -2813,7 +2842,6 @@ threads Build with thread support. xt_reactor Build the XtReactor. fl_reactor Build the FlReactor. tk_reactor Build the TkReactor. -qt_reactor Build the QtReactor. gtk_reactor Build the GtkReactor. ssl Build with OpenSSL support. rapi Build with RAPI @@ -2888,7 +2916,7 @@ from
    --> -Last modified: Wed Aug 25 11:18:59 PDT 2004 +Last modified: Sat Dec 4 15:51:56 CET 2004 diff --git a/ChangeLog b/ChangeLog index 4192833d3d8..9e85faf16a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ -Sat Dec 4 16:53:18 2004 Marek Brudka +Sat Dec 4 17:03:38 2004 Marek Brudka + * tests/RMCast/.cvsignore (Module): + * ace/.cvsignore (Module): * tests/.cvsignore (Module): Added linux executables to prevent cvs warnings diff --git a/ace/.cvsignore b/ace/.cvsignore new file mode 100644 index 00000000000..af94c8862dc --- /dev/null +++ b/ace/.cvsignore @@ -0,0 +1 @@ +QtReactor_moc.cpp diff --git a/tests/RMCast/.cvsignore b/tests/RMCast/.cvsignore new file mode 100644 index 00000000000..9f15de6a799 --- /dev/null +++ b/tests/RMCast/.cvsignore @@ -0,0 +1,6 @@ +RMCast_Fragment_Test +RMCast_Membership_Test +RMCast_Reassembly_Test +RMCast_Reordering_Test +RMCast_Retransmission_Test +RMCast_UDP_Best_Effort_Test -- cgit v1.2.1