Changes between Version 3 and Version 4 of RpNumber


Ignore:
Timestamp:
Oct 3, 2005 8:55:17 AM (19 years ago)
Author:
dkearney
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RpNumber

    v3 v4  
    1616How to use:
    1717 * check out the example use in the test program RpNumber_test.cc in the svn repository.
    18    1. The program is located in the test directory, read and understand it.
    19    2. You can compile the program by going to the source directory (src) and issuing the command `make test`.
    20    3. Go to the bin directory and run the program ./RpNumber_test
     18   1. The program is located under the directory path rappture/test/src, read and understand it.
     19   2. You can compile the program by going to the directory path rappture/src and issuing the command `make libRpObject`.
     20   3. Go to the directory path rappture/test issue the command `make RpNumber_test`
     21   4. Run the program ./RpNumber_test
    2122 * check out the header file for the class, located in the include/core directory
    2223 * check out the class definition located in the src/core directory
    2324 * to include this class into your application:
    2425   1. Go to the src directory
    25    2. Issue command `make libRpNumber`
    26    3. Compile your application against the shared object library libRpNumber, which will be located in the lib directory
     26   2. Issue command `make libRpObject`
     27   3. Compile your application against the shared object library libRpObject, which will be located in the directory path rappture/src
    2728
    2829Design Comments / Considerations / Future Changes: