I am trying to program using Freebasic. I can install Freebasic okay, but it fails to compile because it is looking for the dev files for ncurses. What would be the easiest way for me to install those files?
Thanks, DavidThere are a few dev packages in the "system" section of the myDSL repository, including libncurses5-dev
Quote (mikshaw @ Aug. 01 2006,07:55)
There are a few dev packages in the "system" section of the myDSL repository, including libncurses5-dev
Curses, I looked for ncurses! I should have known to look for libncurses. Anyway, that worked. Now, is sqlite3 hiding somewhere? (I know sqlite2 is built in.)