linux noob

General area for talk about ZSNES. The best place to ask for related questions as well as troubleshooting.

Moderator: ZSNES Mods

Post Reply
aalr1986

linux noob

Post by aalr1986 »

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!
aalr1986

Post by aalr1986 »

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.
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

I'm pretty sure Ubuntu uses one of those curses libraries listed. You will have to install it.
Continuing [url=http://slickproductions.org/forum/index.php?board=13.0]FF4[/url] Research...
tukuyomi
Rookie
Posts: 39
Joined: Mon Aug 02, 2004 5:14 am
Contact:

Post by tukuyomi »

Don't forget to search synaptic for `missing-lib`-dev
Salif

Post by Salif »

I have the same problem, but I can't find what libraries I'm supposed to get
Deathlike2
ZSNES Developer
ZSNES Developer
Posts: 6747
Joined: Tue Dec 28, 2004 6:47 am

Post by Deathlike2 »

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...
tukuyomi
Rookie
Posts: 39
Joined: Mon Aug 02, 2004 5:14 am
Contact:

Post by tukuyomi »

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
Don't forget to search synaptic for `missing-lib`-dev
Search Synaptic for some packages with 'curse' term on them or try this:

Code: Select all

sudo apt-get install libncurses5-dev
:)


EDIT:
btw I'm using Kubuntu Feisty Fawn.
Ah, search Adept instead of Synaptic, sorry...
Salif

Post by Salif »

Search Synaptic for some packages with 'curse' term on them or try this:
I did this, and I have some packages with the "curse" term, but my list doesn't have those specific libraries, and i don't know where (repository) I can get them
tukuyomi
Rookie
Posts: 39
Joined: Mon Aug 02, 2004 5:14 am
Contact:

Post by tukuyomi »

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
postman
New Member
Posts: 3
Joined: Sun Sep 02, 2007 10:37 pm

Post by postman »

Have you tried just installing zsnes from the repositories using Synaptic? It's much easier (although I am having a small problem myself which i will post seperately.)
Post Reply