# # http://www.geom.umn.edu/software/download/geomview.html # # Requires Motif ( libXm ) - www.lesstif.org # Requires FORMSLIBS ( XForms lib ) # Requires liboogl\* # # # 13-May-00 amo D/w install for reading autocad file # # # Try installing the binaries - mostly works # --------------------------- # [root@redhat src]# tar zxvf geomview-1.6.1-linux.tar.gz # # # Try installing the sources -- fails to compile # --------------------------- # [root@redhat src]# tar zxvf geomview-1.6.1p9.src.tar.gz # # more INSTALL # root# vi makefiles/mk.site.default ... GEOMROOT=/usr/local/src/Geomview root# vi makefiles/Makedefs.global ... CPU = linux root# vi makefiles/mk.linux ... SYSCOPTS = -I/usr/include/X11 -I/usr/local/LessTif/Motif2.0 # # [root@redhat Geomview]# make # # end of file