2006-04-27 00:03:54 +02:00
|
|
|
Dependencies
|
|
|
|
============
|
|
|
|
|
|
|
|
gecko-embed
|
|
|
|
|
|
|
|
http://gnome.org/~marco/gecko-embed-0.1-5.i386.rpm
|
|
|
|
http://gnome.org/~marco/gecko-embed-0.1-5.src.rpm
|
|
|
|
|
2006-04-26 06:25:11 +02:00
|
|
|
Building
|
|
|
|
========
|
|
|
|
|
2006-04-26 08:41:54 +02:00
|
|
|
You will need gnome-common.
|
|
|
|
|
2006-04-27 21:01:42 +02:00
|
|
|
./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
2006-04-26 06:25:11 +02:00
|
|
|
make
|
2006-04-27 21:01:42 +02:00
|
|
|
make install # make require root privileges
|
2006-04-26 06:25:11 +02:00
|
|
|
|
|
|
|
Running
|
|
|
|
=======
|
|
|
|
|
2006-04-27 21:01:42 +02:00
|
|
|
To run the python sources from your source tree run
|
2006-04-26 08:26:57 +02:00
|
|
|
|
2006-04-27 21:01:42 +02:00
|
|
|
$ ./setup-run-from-source.sh
|
2006-04-26 08:26:57 +02:00
|
|
|
|
2006-04-27 21:01:42 +02:00
|
|
|
in the top-level directory. Icons and other resources are still loaded
|
|
|
|
from the installed location though.
|
2006-04-26 08:26:57 +02:00
|
|
|
|
2006-04-27 21:01:42 +02:00
|
|
|
To run the shell
|
2006-04-26 06:25:11 +02:00
|
|
|
|
2006-04-27 21:01:42 +02:00
|
|
|
$ cd shell/src
|
|
|
|
$ ./shell.py
|
2006-04-26 06:25:11 +02:00
|
|
|
|
2006-04-27 21:01:42 +02:00
|
|
|
You can run activities like this
|
2006-04-26 06:25:11 +02:00
|
|
|
|
2006-04-27 21:01:42 +02:00
|
|
|
$ cd browser
|
|
|
|
$ ./browser.py
|
2006-04-26 06:25:11 +02:00
|
|
|
|
2006-04-27 21:01:42 +02:00
|
|
|
(Just remember to have the shell running)
|