Next Previous Contents

2. Installation

2.1 How to obtain Imagefs

Imagefs can be found on www.dosx.f2s.com, and retrieved via FTP from there.

2.2 Requirements

In order to compile and run imagefs, you need the a compatible C++ compiler. The configure script will figure out for you if your compiler is compatible enough.

2.3 Compilation and installation

In order to compile and install Imagefs on your system, type the following in the base directory of the Imagefs distribution:

% ./configure
% make
% make install

Since Imagefs uses

autoconf
you should have not trouble compiling it. Should you run into problems please report them to the the author at Alex van Oostenrijk


Next Previous Contents