次のコマンドを使用して、 Pharo 1.4(夏)のクリーンなイメージにPieradminをインストールしようとしています。
Gofer it
renggli: 'pier2addons';
package: 'ConfigurationOfPierAdmin';
load.
ConfigurationOfPierAdmin loadBleedingEdge.
しばらく進行し、エラーが発生します。
This package depends on the following classes:
ImageSegment
You must resolve these dependencies before you will be able to load these definitions:
writeKernel:on:
続行すると、すべての依存関係のインストールが完了します。
2つの質問があります:
- クラスImageSegmentはどこで入手できますか?
- または、できない場合は、writeKernel:on:がないことは重要ですか?