File tree 2 files changed +7
-22
lines changed 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.
58
58
Transcript cr; show: decoder next printString
59
59
]
60
60
```
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 > ) .
67
63
68
64
### Loading the latest development version
69
65
Original file line number Diff line number Diff line change 2
2
3
3
### Squeak:
4
4
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:
17
6
```
18
7
Installer squeaksource
19
8
project: 'MetacelloRepository';
@@ -24,9 +13,9 @@ Installer squeaksource
24
13
You can use Gofer:
25
14
```
26
15
Gofer it
27
- squeaksource3 : 'MessagePack';
28
- package: 'ConfigurationOfMessagePack';
29
- load.
16
+ url : 'http://smalltalkhub.com/mc/MasashiUmezawa/ MessagePack/main ';
17
+ package: 'ConfigurationOfMessagePack';
18
+ load.
30
19
(Smalltalk at: #ConfigurationOfMessagePack) perform: #load.
31
20
```
32
21
### VisualWorks:
@@ -49,7 +38,7 @@ http://code.google.com/p/messagepack-st/source/browse/#hg%2FVA%20Smalltalk
49
38
50
39
### Dolphin Smalltalk:
51
40
52
- Hosted on this site.
41
+ Hosted on [ Google Code site] ( < http://messagepack-st.googlecode.com > ) (old version) .
53
42
54
43
Zipped: [ MessagePack-Dolphin.zip] ( http://messagepack-st.googlecode.com/hg/Dolphin%20Smalltalk/MessagePack-Dolphin.zip ) .
55
44
Sources: [ 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