PDA

View Full Version : AAOI library install?



ajax11124
August 10th, 2012, 10:05 PM
I was working on learning C++ game development, and I came across the need for kbhit(), and getch() from conio.h which is a Windows only thing. I found this library AAIO which seems to provide the main things I need, but being only a moderately knowledgeable user of Linux, I realized I had no idea how to make it work.

I am using Codelite as my IDE, on Ubuntu 10.04, and I need to install the Library at this URL: http://sourceforge.net/projects/aaio/

Any information about installing this library, or just installing libraries in general would be appreciated. I have never Installed C++ libraries on Linux before.