Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 431 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 431 Bytes

PTerm

Using Unix terminal from Pharo.

Note: this work is based on the work at: https://github.com/pavel-krivanek/terminal

Require libc compliant with the host pharo VM (32 or 64 bits) to be installed.

PTerm

Install on pharo 7

Metacello new
	repository: 'github://lxsang/PTerm';
	baseline:'PTerm';
	load