From e275287bb6cc0d1386c391dc60cb39bf4101d3f5 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 4 Jan 2025 13:19:28 +0100 Subject: [PATCH] add compilation instructions to readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c41ec7..a7239fd 100644 --- a/README.md +++ b/README.md @@ -39,4 +39,14 @@ SCAMod is a simple FM modulator which can be used to modulate a secondary audio Has a fine quality, but as it goes for 12 khz fm signals # StereoSCAMod -Stereo SCA, like normal SCA but encodes L-R onto 80 khz, only demodulator of this right now is gnu radio \ No newline at end of file +Stereo SCA, like normal SCA but encodes L-R onto 80 khz, only demodulator of this right now is gnu radio + +# How to compile? +To compile you need `cmake` and `libpulse-dev`, if you have those then do these commands: +``` +mkdir build +cd build +cmake .. +make +``` +Done! \ No newline at end of file