pftp - can't compile
i have following error while compiling pftp:
make[1]: Entering directory `/home/owl/pftp/pftpfxp/src'
g++ -c -Wall -D_REENTRANT -I../include -O2 -I/usr/local/ssl/include -DTLS main.cc
main.cc:4: curses.h: No such file or directory
main.cc:5: panel.h: No such file or directory
make[1]: *** [main.o] error 1
make[1]: Leaving directory `/home/owl/pftp/pftpfxp/src'
What should I do now?
Thanks for help :]
|