File tree Expand file tree Collapse file tree 2 files changed +7
-22
lines changed
Expand file tree Collapse file tree 2 files changed +7
-22
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,8 @@ decoder := MpDecoder on: readStream.
5858 Transcript cr; show: decoder next printString
5959]
6060```
61-
62- ----------
63- We are moving from [ Google Code site] ( http://code.google.com/p/messagepack-st/ ) . Old contents including installation guide are still there.
64-
65-
66-
61+ ### How to install
62+ Please read [ HowToInstall.md] ( < https://github.com/msgpack/msgpack-smalltalk/blob/master/doc/HowToInstall.md > ) .
6763
6864### Loading the latest development version
6965
Original file line number Diff line number Diff line change 22
33### Squeak:
44
5- Hosted on SqueakSource Repository.
6- (http://www.squeaksource.com/MessagePack.html ).
7-
8- From Monticello:
9- ```
10- MCHttpRepository
11- location: 'http://www.squeaksource.com/MessagePack'
12- user: ''
13- password: ''
14- ```
15-
16- You can also use Installer:
5+ You can use Installer:
176```
187Installer squeaksource
198 project: 'MetacelloRepository';
@@ -24,9 +13,9 @@ Installer squeaksource
2413You can use Gofer:
2514```
2615Gofer it
27- squeaksource3 : 'MessagePack';
28- package: 'ConfigurationOfMessagePack';
29- load.
16+ url : 'http://smalltalkhub.com/mc/MasashiUmezawa/ MessagePack/main ';
17+ package: 'ConfigurationOfMessagePack';
18+ load.
3019(Smalltalk at: #ConfigurationOfMessagePack) perform: #load.
3120```
3221### VisualWorks:
@@ -49,7 +38,7 @@ http://code.google.com/p/messagepack-st/source/browse/#hg%2FVA%20Smalltalk
4938
5039### Dolphin Smalltalk:
5140
52- Hosted on this site.
41+ Hosted on [ Google Code site] ( < http://messagepack-st.googlecode.com > ) (old version) .
5342
5443Zipped: [ MessagePack-Dolphin.zip] ( http://messagepack-st.googlecode.com/hg/Dolphin%20Smalltalk/MessagePack-Dolphin.zip ) .
5544Sources: [ MessagePack] ( http://code.google.com/p/messagepack-st/source/browse/#hg%2FDolphin%20Smalltalk%2FMessagePack ) .
You can’t perform that action at this time.
0 commit comments