Skip to content
Will Clinger edited this page Jan 9, 2015 · 1 revision
  1. To clone Larceny's source code into a local repository on your machine:

% git clone https://github.com/larcenists/larceny
  1. To combine the above with an automated build and basic test, copy the checkout-git script into a file whose name describes the system you want to build:

% cp larceny/test/Scripts/checkout-git checkout-larceny-macosx-native
% cp larceny/test/Scripts/checkout-git checkout-larceny-linux86-native
% cp larceny/test/Scripts/checkout-git checkout-larceny-linux86-petit
Clone this wiki locally