An open API service indexing awesome lists of open source software.

https://github.com/hernanmd/st-iso11784

ISO 11784 Project using Pharo Smalltalk
https://github.com/hernanmd/st-iso11784

Last synced: 5 months ago
JSON representation

ISO 11784 Project using Pharo Smalltalk

Awesome Lists containing this project

README

          

# Introduction

ISO 11784 Project using Pharo Smalltalk

# Developing ISO 11784

To instal ISO 11784 package in Pharo Smalltalk (5.0) evaluate the following expression:

```smalltalk
Metacello new
smalltalkhubUser: 'hernan' project: 'ISO11784';
configuration: 'ISO11784';
version: #bleedingEdge;
load.
```

To install ISO 11784 plus the Senasa 754 code conversion application, please evaluate the following expression:

```smalltalk
Metacello new
smalltalkhubUser: 'hernan' project: 'ISO11784';
configuration: 'Senasa754App';
version: #bleedingEdge;
load
```smalltalk