How to install libraries?

Figured it out myself. You have to make a folder to put the libraries in, in the /libraries folder. I put the lcd folder in /libraries and then I put all the files of the library in the lcd folder. Then I restarted Arduino and in the Sketch > Import library... menu you can import lcd. You'll then have to delete the old import statement. Then it worked!