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
- Host: GitHub
- URL: https://github.com/hernanmd/st-iso11784
- Owner: hernanmd
- License: mit
- Created: 2016-09-16T17:15:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-30T19:18:43.000Z (about 9 years ago)
- Last Synced: 2025-09-09T00:32:49.763Z (10 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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