Changes between Version 46 and Version 47 of Documentation/BuildingStXWithRakefiles


Ignore:
Timestamp:
Dec 19, 2017, 3:06:28 PM (6 years ago)
Author:
patrik.svestka@…
Comment:

How to build just one package

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/BuildingStXWithRakefiles

    v46 v47  
    244244}}}
    245245
    246 to recompile. Following a custom, this would recompile only what changed (and what depends on changed sources).
     246to recompile. Following a custom, this would recompile only what changed (and what depends on changed sources).
     247
     248To compile only one package, for example, {{{smallsense}}} you have to do it the following way:
     249{{{
     250rake stx:goodies/smallsense
     251}}}
    247252
    248253=== Task: run compiled Smalltalk/X