User Guide
System Requirements/Prerequisites
16 
LxNETES User’s Guide
 DOS or DOS-emulator (such as dosemu)
Optional but recommended components:
 Qt3 development tools
For using LxNETES, a recent Linux distribution based on GNU C Library glibc version 
2.3 (a free implementation of the Standard C Library) is needed. To find out which glibc 
version is installed on your system use the following commands:
Please make sure that you use GNU Make version 3.80 or later. Check yours with the 
following command:
Check the versions of required applications with these commands:
Disk space
The LxNETES installation needs 400 MB of free disk space. Every project you create 
needs another 100 MB free disk space. The LxNETES installation and the projects can be 
located on different hard disks.
Check if there is enough space available on your drive by executing the following 
command:
The “df” command displays the amount of disk space available. The option h displays the 
space. For detailed information read the man page of “df”.
$ ldd --version 
$ ls -l /lib/libc*so 
$ make –v 
$ gcc --version 
$ perl -v 
$ autoconf --version 
$ df -h 










