< | index | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | >


2. Installation

2.1 How to obtain Viewer

Viewer can be downloaded from the source forge site at http://sourceforge.net/projects/lx-viewer"

2.2 Requirements

In order to compile and install Viewer, you must have the OpenDWG libraries and you will need your compiler setup. Normally this includes GCC and Automake

2.3 Compilation and installation

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

% ./configure
% make
% make install

Since Viewer uses autoconf you should have no trouble compiling it. Should you run into problems please report them to the project team at https://sourceforge.net/projects/lx-viewer

Finding QT libraries

Depending upon your installation of QT the Configure script may not find your QT libraries correctly. Typically there is an error message about not being able to find some version of QT 1x. In this situation try the configure script with the following flag:

% ./configure --with-qt-dir=PATH_TO_YOUR_QT_DIRECTORY
% make
% make install

Where PATH_TO_YOUR_QT_DIRECTORY is obviously the path to the location of QT2.3 on your computer.


< | index | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | >