Skip to content

[guide] Install Bootstrap Pango Plug In for Building

Justus Hildebrand edited this page Apr 25, 2017 · 2 revisions

Setup Bootstrap Framework for Building

  • Make sure you got VMMaker installed and setup
  • Make sure you got sudo apt install libpango1.0-dev:i386 libcairo2-dev:i386 libglib2.0-dev:i386 installed
  • Verify that your file structure fits with the recommended one or open the Makefile from the last step and adapt the two paths at the top (ideally by overriding via envorinment vars)
  • Open VMMaker (VMMakerTool openInWorld) and build the PangoPlugin plugin, sample paths:
    • Path to platforms: /home/tom/squeak/opensmalltalk-vm/platforms
    • Platform name: unix
    • Path to generated: /home/tom/squeak/opensmalltalk-vm/src
    • Drag and drop Bootstrap from the leftmost to the rightmost column
    • Press External Plugins at the top
  • Go into $REPO/PangoPlugin/unix and run make symlink && make

Recommended file structure setup:

squeak
+ opensmalltalk-vm
+ Squeak-123123
  + shared
    + BP2016H1
Clone this wiki locally