[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AW: Re: [Help-gnunet] Gnunet-setup doesnt run
From: |
Nils Durner |
Subject: |
Re: AW: Re: [Help-gnunet] Gnunet-setup doesnt run |
Date: |
Thu, 26 Mar 2009 15:50:54 +0100 |
User-agent: |
Thunderbird 2.0.0.21 (Windows/20090302) |
Hi Frank,
> nowhere i could find that library. (did a find -name / ...)
>
The curses based frontend depends on the dialog library (see
configure.ac/config.log).
To see what frontends are available, type:
gnunet-setup --help
On Windows, the output usually looks like this:
gnunet-setup [OPTIONS] config|generate-defaults|wizard-qt
which means that the curses based frontend is also not available and you
would have to use "wizard-qt":
gnunet-setup -d wizard-qt
HTH,
Nils