diff --git a/4klang/README.md b/4klang/README.md deleted file mode 100644 index a5acb16..0000000 --- a/4klang/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# 4klang on Linux - -Small template code to get 4klang running on Linux :) - -Quickly hacked together by PoroCYon. - -Hugs to Alkama and noby for providing test tracks! - -## How to use - -### Requirements - -* A C compiler, make, sed, awk -* nasm or yasm - -### Usage - -1. Put the exported 4klang files in the `mus` folder (`4klang.asm`, - `4klang.inc` and `4klang.h`). -2. Run `make` -3. Run `bin/runner` - -## License - -[WTFPL](/LICENSE). - diff --git a/4klang/LICENSE b/LICENSE similarity index 100% rename from 4klang/LICENSE rename to LICENSE diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac4c01d --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Linux templates for PC intro synths + +Small template code to get 4klang and V2 running on Linux :) + +Quickly hacked together by PoroCYon. + +Hugs to Alkama and noby for providing 4klang test tracks! + +## How to use + +### Requirements + +* A C compiler, make, sed, awk +* nasm or yasm + +### Usage + +#### 4klang + +1. Put the exported 4klang files in the `mus` folder (`4klang.asm`, + `4klang.inc` and `4klang.h`). +2. Run `make` +3. Run `bin/runner` + +#### V2 + +1. Put the exported `.v2m` files in the `mus` folder. +2. Run `make` +3. Run `bin/lplayer- | aplay -c2 -r44100 -fFLOAT_LE` + +## License + +[WTFPL](/LICENSE). +