Pandora Compiling Lynx


En_Carlson

Still Fresh
Joined
Jan 29, 2011
Messages
12
Hello all,

I'm trying to get lynx running on the pandora. There was an unpackaged version posted many years ago, but it doesn't support https, thus I'm trying to compile it myself. Running the configure script with latest version with code::blocks results in the script being unable to find the curses or ncurses libraries. I'm not experienced with coding or using linux in general, and I'd appreiciate it if someone could help me get it working.
 
Use
Code:
./configure --with-screen=ncursesw
to select an existing curse version.
Don't forget to also setup "--prefix" to your liking...
 
Back
Top