Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Python
Shell
Latest commit
bbd01c1
Jan 15, 2014
Permalink
| Failed to load latest commit information. | |||
|
|
client |
|
|
|
|
daemon |
|
|
|
|
help |
|
|
|
|
man |
|
|
|
|
po |
|
|
|
|
.gitignore |
|
|
|
|
AUTHORS |
|
|
|
|
COPYING |
|
|
|
|
ChangeLog |
|
|
|
|
INSTALL |
|
|
|
|
Makefile.am |
|
|
|
|
NEWS |
|
|
|
|
README |
|
|
|
|
__init__.py |
|
|
|
|
autogen.sh |
|
|
|
|
configure.ac |
|
|
|
|
nanny.doap |
|
|
README
GNOME-NANNY =========== Gnome-Nanny is a parental control system designed for the Gnome Desktop Compile in developer mode ------------------------- ./autogen.sh --prefix=/usr --sysconfdir=/etc --with-init-scripts=debian -> [If there isn't autogen.sh try ./configure instead] make make install or sudo make install You can change debian,redhat, suse, mandriva or another one distro supported. If you don't use the init-scripts flag, the init scripts will not be installed. Gnome-Nanny currently requires: - python2.4 >= 2.6 - glib-2.0 >= 2.16.0 - gobject-2.0 >= 2.12.0 - gio-2.0 >= 2.16.0 - gtk+-2.0 >= 2.17.4 - gdk-2.0 >= 2.14.0 - gnome-desktop-2.0 >= 2.26.0 - gconf-2.0 >= 2.16.0 - dbus-1 - dbus-glib-1 - glade - twisted - python-imaging - python-hachoir-regex >= 1.0 - gtop - pango - cairo The official website is: http://projects.gnome.org/nanny Compile in developer mode for win32 ----------------------------------- ./autogen.sh --prefix=/win32_shared_folder --sysconfdir=/win32_shared_folder/etc --enable-win32 make make install Where /win32_shared_folder is a folder shared with you win32 system. Then, you have to create a bundle with build_py2exe.py script. After that you can use NSIS to package all stuff