Freebasic and DSLForum: Programming and Scripting Topic: Freebasic and DSL started by: dbickin Posted by dbickin on July 31 2006,18:31
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, David Posted by mikshaw on Aug. 01 2006,11:55
There are a few dev packages in the "system" section of the myDSL repository, including libncurses5-dev
Posted by dbickin on Aug. 01 2006,17:07
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.) Thanks for your help! David |