We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f678986 commit acfe93cCopy full SHA for acfe93c
README.md
@@ -12,8 +12,8 @@ Given the image of vinyl plate write the program which decodes it into the sound
12
Compillation and running
13
========================
14
15
-1. install libsdl2:
16
- `apt-get install libsdl2-dev`
+1. install libsdl2 dependencies:
+ `apt-get install libsdl2-dev libsdl2-image-dev`
17
2. compile and run:
18
`make && ./vinyldc vinyl.png`
19
3. play decoded file (command line vlc player is used in this example):
0 commit comments