https://github.com/astares/Pharo-OS-Linux-Ubuntu
https://github.com/astares/Pharo-OS-Linux-Ubuntu
pharo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/astares/Pharo-OS-Linux-Ubuntu
- Owner: astares
- License: mit
- Created: 2018-07-04T18:44:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-21T12:18:00.000Z (over 1 year ago)
- Last Synced: 2024-11-10T06:31:58.988Z (6 months ago)
- Topics: pharo
- Language: Smalltalk
- Size: 48.8 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pharo - Pharo-OS-Linux-Ubuntu - Support for Ubuntu operating system for Pharo. (System interaction)
README
# Pharo-OS-Linux-Ubuntu
[](https://github.com/astares/Pharo-OS-Linux-Ubuntu/actions?query=workflow%3ABuild)
[](https://codecov.io/gh/astares/Pharo-OS-Linux-Ubuntu)[](https://pharo.org/download)
[](https://pharo.org/download)
[](https://pharo.org/download)## Introduction
This is a [Pharo](https://www.pharo.org) package written by Torsten Bergmann to get better support for Linux systems - here specifically Ubuntu into Pharo.# Quick Start
## Installation```Smalltalk
Metacello new
repository: 'github://astares/Pharo-OS-Linux-Ubuntu/src';
baseline: 'OSLinuxUbuntu';
load
```## Demo
[](https://www.youtube.com/watch?v=1X42GFbW4hg)## History
Migrated from [http://smalltalkhub.com/#!/~OS/OS-Linux-Ubuntu/](http://smalltalkhub.com/#!/~OS/OS-Linux-Ubuntu/)