Dario Figueira schrieb:
I would like to have the CMake GUI up and running in my debian OS, and
for that i need to install "curses libraries"..
None of the packages available with the "apt-get" are obviously the
ones needed, so i'm unsure what to install.
I tried downloading "ncurses" from GNU, but when reading the
INSTALL.txt, i find there is a lot of different options or ways to
install them that requires more knowledge than i presently have.
So, to have GUIs (ccmake .) up and running in Ubuntu, what do you advise?
aptitude install libncurses-dev
is sufficient and will install libncurses5-dev (because it provides
libncurses-dev).
If you don't have that, maybe you are missing a repository in your
sources.list?
HS
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake