Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hychen/gnome-nanny


https://github.com/hychen/gnome-nanny

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

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