Skip to content

Commit acfe93c

Browse files
committed
Add missing compilation dependency to the README
1 parent f678986 commit acfe93c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Given the image of vinyl plate write the program which decodes it into the sound
1212
Compillation and running
1313
========================
1414

15-
1. install libsdl2:
16-
`apt-get install libsdl2-dev`
15+
1. install libsdl2 dependencies:
16+
`apt-get install libsdl2-dev libsdl2-image-dev`
1717
2. compile and run:
1818
`make && ./vinyldc vinyl.png`
1919
3. play decoded file (command line vlc player is used in this example):

0 commit comments

Comments
 (0)