linux noob
Moderator: ZSNES Mods
linux noob
Hey people.
So i'm really noob at using Linux, and I downloaded the emulator, and I don't know what to do with it. Like, I've installed programs before, but like, I don't know what to do with this package.
So if someone could explain me like step by step how to install it, I would appreciate it a lot.
Thanks for your support!
So i'm really noob at using Linux, and I downloaded the emulator, and I don't know what to do with it. Like, I've installed programs before, but like, I don't know what to do with this package.
So if someone could explain me like step by step how to install it, I would appreciate it a lot.
Thanks for your support!
to be more specific, I go to the src directory, and type ./configure.. as usual, you know...
this thread helped me to download a lot of packages that I was missing..
http://board.zsnes.com/phpBB2/viewtopic.php?t=7371
so it pretty much downloaded everything.
But when I type ./configure, this is what I get:
checking for initscr in -lcurses... no
checking for initscr in -lncurses... no
checking for initscr in -lpdcurses... no
configure: error: A curses library is required to use the debugger
that's like the end of it, cause before that it just does everything it needs to. But it gets to this point.
What do I do here, or what package do I need to download?!?
btw I'm using Kubuntu Feisty Fawn.
this thread helped me to download a lot of packages that I was missing..
http://board.zsnes.com/phpBB2/viewtopic.php?t=7371
so it pretty much downloaded everything.
But when I type ./configure, this is what I get:
checking for initscr in -lcurses... no
checking for initscr in -lncurses... no
checking for initscr in -lpdcurses... no
configure: error: A curses library is required to use the debugger
that's like the end of it, cause before that it just does everything it needs to. But it gets to this point.
What do I do here, or what package do I need to download?!?
btw I'm using Kubuntu Feisty Fawn.
-
- ZSNES Developer
- Posts: 6747
- Joined: Tue Dec 28, 2004 6:47 am
-
- ZSNES Developer
- Posts: 6747
- Joined: Tue Dec 28, 2004 6:47 am
http://board.zsnes.com/phpBB2/viewtopic.php?t=7371 - Look through the contents of this link first. It might not be the exact same for your distro, but it should give you an idea of what is required.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
checking for initscr in -lcurses... no
checking for initscr in -lncurses... no
checking for initscr in -lpdcurses... no
configure: error: A curses library is required to use the debugger
Search Synaptic for some packages with 'curse' term on them or try this:Don't forget to search synaptic for `missing-lib`-dev
Code: Select all
sudo apt-get install libncurses5-dev

EDIT:
Ah, search Adept instead of Synaptic, sorry...btw I'm using Kubuntu Feisty Fawn.
I don't know about kubuntu but i'm pretty sure that ncurse can be downloaded from the main repository:
Code: Select all
$ apt-cache policy libncurses5-dev
libncurses5-dev:
Installed: 5.5-5ubuntu2
Candidate: 5.5-5ubuntu2
Version table:
*** 5.5-5ubuntu2 0
500 http://us.archive.ubuntu.com feisty/main Packages
100 /var/lib/dpkg/status