Skip to content

jasom/lispstick-automate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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