Changeset 234 for trunk/README

Show
Ignore:
Timestamp:
05/09/2006 00:16:58 (3 years ago)
Author:
why
Message:
  • ext/ruby/ext/syck/rubyext.c: go back to using rb_iterate, since trunk always supports the latest version of Ruby.
  • lib/token.re: readable error for TABs in indentation.
  • README: updated PHP instructions, version 0.65.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/README

    r226 r234  
    44                             . syck . 
    55 
    6                          [ version 0.60 ] 
     6                         [ version 0.65 ] 
    77 
    88 
     
    6161You'll need to `make install' as described above. 
    6262 
     63   ln -s lib include    # or cp -r lib include 
    6364   cd ext/php/ 
    64    sh make_module.sh 
     65   phpize 
     66   ./configure --with-syck=../.. 
     67   make 
    6568   sudo make install 
    6669