Packing GUI applications
- GUI toolkits often need to link with shared libraries:
# search for libncurses under library paths and pack it % pp -l ncurses curses_app.pl # same for Tk, Wx, Gtk, Qt...continued...
# search for libncurses under library paths and pack it % pp -l ncurses curses_app.pl # same for Tk, Wx, Gtk, Qt...continued...
| Copyright © 2005 Autrijus Tang |