27 lines
311 B
Markdown
27 lines
311 B
Markdown
|
# Composition
|
||
|
|
||
|
## Building
|
||
|
|
||
|
### Requirements
|
||
|
|
||
|
- Typescript compiler (Debian package name: `node-typescript`)
|
||
|
- GNU Make (Debian package name: `make`)
|
||
|
|
||
|
|
||
|
### Instructions
|
||
|
|
||
|
- execute `tools/build`
|
||
|
|
||
|
|
||
|
## Running
|
||
|
|
||
|
### Requirement
|
||
|
|
||
|
- NodeJS (Debian package name: `nodejs`)
|
||
|
|
||
|
|
||
|
### Instructions
|
||
|
|
||
|
- execute `build/mixin`
|
||
|
|