Changes between Initial Version and Version 4 of Ticket #744

Show
Ignore:
Timestamp:
09/04/09 19:54:28 (12 years ago)
Author:
tene
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #744

    • Property cc chromatic@… removed
    • Property component changed from none to hll_interop
  • Ticket #744 – description

    initial v4  
    1 1) Have Rakudo available to be loaded by the load_language opcode. 
    2 Assuming Rakudo is in ~/src/rakudo and parrot in ~/src/parrot: 
    3  
    4 cd ~/src/parrot/runtime/parrot/languages 
    5 ln -s ~/src/rakudo perl6 
    6 cd ~/src/parrot/runtime/parrot/dynext 
    7 ln -s ~/src/rakudo/src/pmc/perl6_group.so 
    8 ln -s ~/src/rakudo/src/ops/perl6_ops.so 
    9  
    10 Change the paths appropriately if you have an installed Parrot instead. 
     11) Have an installed Rakudo available. 
    112 
    1232) Build steme, from http://github.com/tene/steme