Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astares/pharo-os-linux-ubuntu
https://github.com/astares/pharo-os-linux-ubuntu
pharo
Last synced: about 2 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-21T12:18:00.000Z (over 1 year ago)
- Last Synced: 2024-10-09T13:25:15.498Z (2 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
README
# Pharo-OS-Linux-Ubuntu
[![Unit Tests](https://github.com/astares/Pharo-OS-Linux-Ubuntu/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/astares/Pharo-OS-Linux-Ubuntu/actions?query=workflow%3ABuild)
[![Coverage Status](https://codecov.io/github/astares/Pharo-OS-Linux-Ubuntu/coverage.svg?branch=master)](https://codecov.io/gh/astares/Pharo-OS-Linux-Ubuntu)[![Pharo 9](https://img.shields.io/badge/Pharo-9.0-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](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
[![Pharo-OS-Linux-Ubuntu](https://img.youtube.com/vi/1X42GFbW4hg/0.jpg)](https://www.youtube.com/watch?v=1X42GFbW4hg)## History
Migrated from [http://smalltalkhub.com/#!/~OS/OS-Linux-Ubuntu/](http://smalltalkhub.com/#!/~OS/OS-Linux-Ubuntu/)