Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 886 Bytes

readme.md

File metadata and controls

38 lines (27 loc) · 886 Bytes

Automated Lispstick generator

This is a set of scripts to generate a portable windows lisp development environment.

Requirements

  • wine
  • sh
  • zip/unzip
  • GNU version of readlink (requires -f extension)

I have only tested it so far on Linux, but it should work anywhere the above will run. Making it work on windows without wine is an exercise left up to the reader.

Instructions

Place the following files in inputs:

And then run sh all.sh

Notes

Credit to Patrick Rusnotto for the original LispStick that this is based off of