GitCheckout - larcenists/larceny GitHub Wiki
- To clone Larceny's source code into a local repository on your machine:
% git clone https://github.com/larcenists/larceny
- 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