From: Martin Mares Date: Sun, 17 Apr 2005 14:56:11 +0000 (+0000) Subject: Mention deps on i386. X-Git-Tag: python-dummy-working~433 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9b93f7f9461c38cf7b14409fa9b5bf5bcc0f358d;p=eval.git Mention deps on i386. --- diff --git a/doc/index.html b/doc/index.html index 30efb63..1d7d195 100644 --- a/doc/index.html +++ b/doc/index.html @@ -38,10 +38,11 @@ or browse the archi

Portability

-

The environment runs under Linux. We currently use a slightly modified installation of Debian -GNU/Linux, but it will happily work with any other Linux distribution with a 2.4 or newer kernel. Everything except the sandbox -module (which heavily depends on the Linux kernel) should be easily portable to other UNIX systems, although you will probably -need to install some of the GNU utilities (especially bash) and Perl. Porting to Windows is out of question. +

The environment runs under Linux on the i386 architecture. We currently use a slightly modified installation of Debian +GNU/Linux, but it will happily work with any other Linux distribution with a 2.4 or newer kernel. The only dependecies +on Linux and on i386 are in the sandbox module; porting to other architectures requires just minor changes, porting to other +UNIX systems is probably hard. Outside of that, everything should run happily on almost any system providing a reasonable +set of GNU utilities (especially bash) and Perl. Porting to Windows is probably out of question.

Author