gle ------------------------------------------ Tubing and Extrusion Library for OpenGL Runtime requirements: cygwin-3.1 or newer Build requirements: above + corresponding devel packages Canonical homepage: http://linas.org/gle/ Canonical download: http://www.linas.org/gle/pub/gle-3.1.0.tar.gz ------------------------------------ Build instructions: unpack the tarball configure --prefix=/usr --disable-debug --enable-lenient-tess make # See port note below + make install-strip DESTDIR=/tmp/gle # for packaging # Add this README install -d /tmp/gle/usr/share/doc/Cygwin/ install -m 644 CYGWIN-PATCHES/gle-3.1.0.README /tmp/gle/usr/share/doc/Cygwin/ ------------------------------------------- Files included in the binary distro usr |-- bin | `-- cyggle-3.dll |-- include | `-- GL | `-- gle.h |-- lib | |-- libgle.a | |-- libgle.dll.a | `-- libgle.la `-- share |-- doc | |-- Cygwin | | `-- gle-3.1.0.README | `-- gle | |-- AUTHORS | |-- COPYING | |-- COPYING.artistic | |-- COPYING.src | |-- examples | | |-- alpha.c | | |-- beam.c | | |-- candlestick.c | | |-- cone.c | | |-- COPYING | | |-- cylinder.c | | |-- helix.c | | |-- helix2.c | | |-- helix3.c | | |-- helix4.c | | |-- helixtex.c | | |-- horn.c | | |-- joinoffset.c | | |-- main.h | | |-- mainjoin.c | | |-- mainsimple.c | | |-- maintex.c | | |-- Makefile.examples | | |-- README | | |-- rundemo | | |-- screw.c | | |-- taper.c | | |-- texas.c | | |-- texture.c | | |-- texture.h | | |-- transport.c | | |-- twistoid.c | | `-- twoid.c | |-- gle-3.0.lsm | |-- html | | |-- angle.gif | | |-- basic.gif | | |-- blurb.html | | |-- build.html | | |-- candle.gif | | |-- cone.gif | | |-- cut.gif | | |-- edge.gif | | |-- edgenorm.gif | | |-- edgesweep.gif | | |-- endcap.gif | | |-- facenorm.gif | | |-- facesweep.gif | | |-- facet.gif | | |-- gle.jpg | | |-- helix.gif | | |-- helix1.gif | | |-- helix2.gif | | |-- helix3.gif | | |-- helix4.gif | | |-- helix5.gif | | |-- helix6.gif | | |-- helixtex.gif | | |-- index.html | | |-- join.html | | |-- offround.gif | | |-- ogla.gif | | |-- ogla_sm.gif | | |-- opencontour.gif | | |-- raw.gif | | |-- README | | |-- round.gif | | |-- screw0.gif | | |-- screw1.gif | | |-- screw2.gif | | |-- screwn.gif | | |-- shear.gif | | |-- texas.gif | | |-- texscr.gif | | |-- texscr2.gif | | |-- texture.html | | |-- textwi.gif | | |-- textwi2.gif | | |-- tube.html | | |-- twist1.gif | | |-- twist2.gif | | |-- twist3.gif | | `-- vrml.html | `-- README `-- man `-- man3 |-- gle.3gle |-- gleExtrusion.3gle |-- gleHelicoid.3gle |-- gleLathe.3gle |-- glePolyCone.3gle |-- glePolyCylinder.3gle |-- gleScrew.3gle |-- gleSetJoinStyle.3gle |-- gleSetNumSides.3gle |-- gleSpiral.3gle |-- gleSuperExtrusion.3gle |-- gleTextureMode.3gle |-- gleToroid.3gle `-- gleTwistExtrusion.3gle Port Notes: ----- version 3.1.0-EL-3 ----- Rebuild only for x86_64 autotools reapplied src/Makefile needs to be modified after configure: > X_LIBS = -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11 > libgle_la_LDFLAGS = -version-info 4:0:1 -no-undefined -export-dynamic $(X_LIBS) ----- version 3.1.0-EL-2 ----- Rebuild with --prefix=/usr Rebuild autostuff with latest libtool In top dir commented out DEBUG_OUTPUT (this is an error in configure?) In src changed LDFLAGS to '-no-undefined -export-dynamic -lglut -lXi -lXext -lXmu -lGLU -lGL -lXt -lX11' to have the dll built ----- version 3.1.0-EL-1 ----- Initial release Finaly 'Hand made' the dll because I spent to mush time to understand how it can be done. Maybe someone later ???? cd src/.libs gcc -shared -Wl,-export-all -Wl,--out-implib=libgle.dll.a -o cyggle-3.dll ex_alpha.o ex_angle.o ex_cut_round.o ex_raw.o extrude.o intersect.o qmesh.o rot_prince.o rotate.o round_cap.o segment.o texgen.o urotate.o view.o -L/usr/X11R6/lib -lGL -lglu Will produce: -rw-r--r-- 1 lassauge lassauge 40022 Jan 28 18:02 libgle.dll.a -rwxr-xr-x 1 lassauge lassauge 119927 Jan 28 18:02 cyggle-3.dll All that was later preinstalled 'by hand' too. Cygwin port maintained by: Eric LASSAUGE http://cygwin.free.fr/