%general-entities; ]> G-Wrap-&gwrap-version; G-Wrap Introduction to G-Wrap The G-Wrap package contains tools for exporting C libraries into Scheme interpreters. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gwrap-md5sum; Download size: &gwrap-size; Estimated disk space required: &gwrap-buildsize; Estimated build time: &gwrap-time; G-Wrap Dependencies Required and Optional guile-gtk and or (build Java so that libffi is built) User Notes: Installation of G-Wrap Install G-Wrap by running the following commands: ./configure --prefix=/usr && make If you have installed and wish to create alternate formats of the documentation, issue the following commands: cd doc && texi2pdf g-wrap.texi && texi2html g-wrap.texi && makeinfo --plaintext -o g-wrap.txt g-wrap.texi && mv texinfo.tex texinfo.tex.SAVE && texi2dvi g-wrap.texi && dvips -o g-wrap.ps g-wrap.dvi && cd .. To test the results, issue: make check. Now, as the root user: make install If you created the alternate formats of the documentation, install it using the following commands as the root user: install -v -m755 -d /usr/share/doc/g-wrap-&gwrap-version; && install -v -m644 doc/g-wrap.{pdf,html,txt,dvi,ps} \ /usr/share/doc/g-wrap-&gwrap-version; Contents Installed Program Installed Libraries Installed Directories g-wrap-config libgw-glib.{so,a}, libgw-gtk.{so,a}, libgw-standard.{so,a}, libgw-wct.{so,a}, libgwrap-glib.{so,a} and libgwrap-wct.{so,a} /usr/include/g-wrap, /usr/share/doc/g-wrap-&gwrap-version; and /usr/share/guile/site Short Descriptions g-wrap-config is a tool to generate CFLAGS for linking C code to the Scheme runtime libraries. g-wrap-config