thundercloud-ir-reciever error

Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Uno"

C:\Users\Kasey\Downloads\cloudlamp-master\cloudlamp-master\thundercloud_ir_receiver\thundercloud_ir_receiver.ino:9: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.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

(deleted)

Don't know what I am doing. First time trying and this is the message I am getting. Unsure what is wrong or what I did wrong. Not sure if I skipped a step. I am trying to make the project from How to Build a Cloud Lamp with Sound Reactive Lightning
If you have some advise it would be greatly appreciated.

  • Download https://github.com/jamesabruce/cloudlamp/archive/master.zip
  • Copy the folders FastLED and IRremote from the downloaded file to the {sketchbook folder}/libraries folder. You can find/set the location of your sketchbook folder in the Arduino IDE at File > Preferences > Sketchbook location.

This is what I get when I tried again. Not sure what I am doing or not doing but here is the message I get.

Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Uno"

C:\Program Files (x86)\Arduino\libraries\cloudlamp-master\thundercloud_ir_receiver\thundercloud_ir_receiver.ino:9: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.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Did you follow my instructions?