Ecosyste.ms: Awesome

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

https://github.com/ReactionMap/RMapViewer

ReactionMap viewer on Pharo Smalltalk
https://github.com/ReactionMap/RMapViewer

Last synced: about 2 months ago
JSON representation

ReactionMap viewer on Pharo Smalltalk

Lists

README

        

# RMapViewer
ReactionMap viewer on Pharo Smalltalk

## Installation
Please evaluate the following on Pharo 11 (downloadable from Pharo [download page](https://pharo.org/download))

```smalltalk
[Metacello new
onConflictUseIncoming;
repository: 'github://tomooda/RMapViewer:pharo10/repository';
baseline: 'RMapViewer';
load] on: MCMergeOrLoadWarning do: [:warning | warning load ]
```

If you are Pharo developer, you can simply save the image.
If you don't need development environment, you may want to evaluate

```smalltalk
RMapMorph makeReleaseImage
```

which will save image making the Pharo system's UI dedicated to RMapViewer.