-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME
53 lines (39 loc) · 1.26 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
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