Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergestinckwich/calder
https://github.com/sergestinckwich/calder
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergestinckwich/calder
- Owner: SergeStinckwich
- Created: 2013-03-12T15:54:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T13:53:40.000Z (over 4 years ago)
- Last Synced: 2024-10-10T13:25:28.271Z (29 days ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
All the development happens on SmalltalkHub: http://bit.ly/12Qvo8s
Some videos are available here: https://www.youtube.com/watch?v=SE1vuCy8q44
and here: https://www.youtube.com/watch?v=UCGH9M5crhAGithub is only used to sync the development en files, for doing CI (continuous integration) and store the issues list.
# How to install Calder ?
* Download the last Pharo 1.4 image: http://gforge.inria.fr/frs/download.php/31258/Pharo-1.4-14557-OneClick.zip
* Load last stable version of Calder:```Smalltalk
Gofer it
url: 'http://smalltalkhub.com/mc/UMMISCO/Calder/main';
package: 'ConfigurationOfCalder';
load.
((Smalltalk at: #ConfigurationOfCalder) project version: #'stable') load.
```# Install GitHub version
```Smalltalk
Gofer new
url: 'http://ss3.gemstone.com/ss/FileTree';
package: 'ConfigurationOfFileTree';
load.
((Smalltalk at: #ConfigurationOfFileTree) project version: #'stable') load.
```