Changes between Version 2 and Version 3 of RpChoice


Ignore:
Timestamp:
Oct 3, 2005 9:09:35 AM (19 years ago)
Author:
dkearney
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RpChoice

    v2 v3  
    1313How to use:
    1414 * check out the example use in the test program RpChoice_test.cc in the svn repository.
    15    1. The program is located in the test directory, read and understand it.
    16    2. You can compile the program by going to the source directory (src) and issuing the command `make test`.
    17    3. Go to the bin directory and run the program ./RpChoice_test
    18  * check out the header file for the class, located in the include/core directory
    19  * check out the class definition located in the src/core directory
     15   1. The program is located under the directory path rappture/test/src, read and understand it.
     16   2. You can compile the program by going to the directory path rappture/src and issuing the command `make libRpObject`.
     17   3. Go to the directory path rappture/test issue the command `make RpChoice_test`
     18   4. Run the program ./RpChoice_test
     19 * check out the header file for the class, located in the rappture/include/core directory
     20 * check out the class definition located in the rappture/src/core directory
    2021 * to include this class into your application:
    21    1. Go to the src directory
    22    2. Issue command `make libRpChoice`
    23    3. Compile your application against the shared object library libRpChoice, which will be located in the lib directory
     22   1. Go to the directory path rappture/src
     23   2. Issue command `make libRpObject`
     24   3. Compile your application against the shared object library libRpObject, which will be located in the rappture/src directory
    2425
    2526Design Comments / Considerations / Future Changes: