README and LICENSE stuff

master
PoroCYon 4 years ago
parent ddf6afc643
commit 57c2bf06fd
  1. 26
      4klang/README.md
  2. 0
      LICENSE
  3. 34
      README.md

@ -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).

@ -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-<songname> | aplay -c2 -r44100 -fFLOAT_LE`
## License
[WTFPL](/LICENSE).
Loading…
Cancel
Save