[cad-linux] Re: Linux Drawing Viewer status and plans

Guy

Try the following link, it should take you direct to the files:

https://sourceforge.net/project/showfiles.php?group_id=30996

If that fails log onto source forge and search for lx-viewer.  There are two 
versions, one is a pre-compiled version (not static link but a lot of the 
work is done for you), the other is the full source version.  In the help 
fourm I list all of the dyanmic libraries that required in order to run the 
pre-compiled version.  For the source code I provide the OD link libraries, 
but you need to have QT 2.3 and the usual C++ libraries on your system.  

There are several files in the archives that need to be moved by hand before 
you do any other operations.  In both versions there is a file called 
"adinit.dat", and in the source files there are two additional files (ad2.a  
and ad3.a) that you need to move.  In the precompiled version "adinit.dat" 
needs to be moved into the same directory with the executable program.  In 
the source version all three files need to be moved into the same directory 
that contains main.cpp.    

If you have KDevelop on your system after extracting the archives you should 
be able to click on the  "viewer.kdevprj" file and you will be taken into the 
development environment.  From there select "execute" from the pull down 
menus.  If you don't have KDevelop then after extracting the archive change 
to the top directory where you extracted the gz file, type ./configure, then 
type make.  


Good luck

Andy

Other related posts: