Error compiling for board Arduino/Genuino Uno.

I need help compiling this code Arduino_Sketches/ir_rgb.ino at master 路 Tlousky/Arduino_Sketches 路 GitHub'
for arduino/genuino uno.

I'm having a Project in school. It goes something like this; I press a button on a remote, the ir sensor picks it up and makes a rgb led light up in a certain color.

I'm available to read the responses on mondays and wednesdays at around 13.15-14.40 o'clock (gmt +2)

Help is appreciated! :slight_smile:

Here is the video where I got the code from.

/Users/john/Documents/Arduino/sketch_mar28a/sketch_mar28a.ino:6:22: fatal error: IRremote.h: No such file or directory
 #include <IRremote.h>
聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 聽 ^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.

If you get this error it means you forgot to install the IRremote library.