Skip to content

Commit

Permalink
Sketch out how to use it. #1
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenhombre committed Nov 21, 2022
1 parent 17732a4 commit 917681d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,36 @@ A port to Common Lisp of
[Oatmeal](https://github.com/eigenhombre/oatmeal/), a Common Lisp
project generator.

# Status

Very very alpha. I'm using it, probably nobody else is.

Tested only on (+ SBCL (or (Mac M1) (+ (Docker Ubuntu))))).

# Building

## Prerequisites

- SBCL
- Make

Check out this repo. Make sure LISP_HOME is defined and you're in
that directory. Then, assuming you want to build a project `myproject`,

make
# Optionally:
make install # Assumes BINDIR defined; I use ~/bin

# Usage

steelcut myproject # Prepend ./ if you didn't `make install`.
cd ../myproject
# Build the new project:
make
# Optionally:
make install
myproject # Prepend ./ if you didn't `make install`.

# License

MIT License
Expand Down

0 comments on commit 917681d

Please sign in to comment.