1- ## How to install
1+ # How to install
22
3- ### Squeak:
3+ ## Squeak:
44
55Hosted on SqueakSource Repository.
66(http://www.squeaksource.com/MessagePack.html ).
77
88From Monticello:
9- ```
10- MCHttpRepository
11- location: 'http://www.squeaksource.com/MessagePack'
12- user: ''
13- password: ''
9+
10+ ``` smalltalk
11+ MCHttpRepository
12+ location: 'http://www.squeaksource.com/MessagePack'
13+ user: ''
14+ password: ''
1415```
1516
1617You can also use Installer:
18+
19+ ``` smalltalk
20+ Installer squeaksource
21+ project: 'MetacelloRepository';
22+ install: 'ConfigurationOfMessagePack'.
23+ (Smalltalk at: #ConfigurationOfMessagePack) perform: #load.
1724```
18- Installer squeaksource
19- project: 'MetacelloRepository';
20- install: 'ConfigurationOfMessagePack'.
21- (Smalltalk at: #ConfigurationOfMessagePack) perform: #load.
22- ```
23- ### Pharo:
24- You can use Gofer:
25- ```
26- Gofer it
27- squeaksource3: 'MessagePack';
28- package: 'ConfigurationOfMessagePack';
29- load.
30- (Smalltalk at: #ConfigurationOfMessagePack) perform: #load.
25+
26+ ## Pharo:
27+
28+ You can use Metacello:
29+
30+ ``` smalltalk
31+ Metacello new
32+ baseline: 'MessagePack';
33+ repository: 'github://msgpack/msgpack-smalltalk:develop/repository';
34+ load.
3135```
32- ### VisualWorks:
36+
37+ ## VisualWorks:
3338
3439Hosted on [ Public Store Repository] ( http://www.cincomsmalltalk.com/CincomSmalltalkWiki/PostgreSQL+Access+Page ) .
3540http://www.cincomsmalltalk.com/publicRepository/MessagePack-All (Bundle).html
3641
3742You can also download parcels:
3843http://code.google.com/p/messagepack-st/source/browse/#hg%2FVisualWorks
3944
40- ### VA Smalltalk:
45+ ## VA Smalltalk:
4146
4247Hosted on [ VAStGoodies.com] ( http://vastgoodies.com ) .
4348
@@ -47,7 +52,7 @@ Tests: [MessagePackTests](http://vastgoodies.com/maps/MessagePack%20Tests).
4752You can also download .dat files:
4853http://code.google.com/p/messagepack-st/source/browse/#hg%2FVA%20Smalltalk
4954
50- ### Dolphin Smalltalk:
55+ ## Dolphin Smalltalk:
5156
5257Hosted on this site.
5358
0 commit comments