Changeset 4617 for lang/objective-c

Show
Ignore:
Timestamp:
01/15/08 11:41:42 (10 months ago)
Author:
psychs
Message:

Tweaked documents.

Location:
lang/objective-c/CocoaOniguruma
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-c/CocoaOniguruma/core/readme.txt

    r4603 r4617  
    1111Follow the steps to use CocoaOniguruma in your project. 
    1212 
    13 1. Copy CocoaOniguruma directory into your project directory. 
     131. Copy "core" directory into your project directory with name "CocoaOniguruma". 
    1414   (Assume your project name is "YourProject" here.) 
    1515 
     
    3939      Then you can see the CocoaOniguruma target item under "YourProject". 
    4040 
    41 6. Build the project. (This takes for a while) 
     416. Build the project. (This takes for a while.) 
    4242 
    43437. Add libonig.a to "Linked Frameworks". 
     
    4747  7.3 Select "CocoaOniguruma/oniguruma/universal/libonig.a". 
    4848 
    49 8. Import the header file so you can use CocoaOniguruma! 
     498. Import the header file, so you can use CocoaOniguruma. 
    5050 
    5151    #import "CocoaOniguruma/OnigRegexp.h" 
  • lang/objective-c/CocoaOniguruma/sample/CocoaOniguruma/readme.txt

    r4603 r4617  
    1111Follow the steps to use CocoaOniguruma in your project. 
    1212 
    13 1. Copy CocoaOniguruma directory into your project directory. 
     131. Copy "core" directory into your project directory with name "CocoaOniguruma". 
    1414   (Assume your project name is "YourProject" here.) 
    1515 
     
    3939      Then you can see the CocoaOniguruma target item under "YourProject". 
    4040 
    41 6. Build the project. (This takes for a while) 
     416. Build the project. (This takes for a while.) 
    4242 
    43437. Add libonig.a to "Linked Frameworks". 
     
    4747  7.3 Select "CocoaOniguruma/oniguruma/universal/libonig.a". 
    4848 
    49 8. Import the header file so you can use CocoaOniguruma! 
     498. Import the header file, so you can use CocoaOniguruma. 
    5050 
    5151    #import "CocoaOniguruma/OnigRegexp.h"