You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.2 KiB
59 lines
1.2 KiB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
|
|
<TITLE>The Javalib Handbook: Installation</TITLE>
|
|
<LINK HREF="index-3.html" REL=next>
|
|
<LINK HREF="index-1.html" REL=previous>
|
|
<LINK HREF="index.html#toc2" REL=contents>
|
|
</HEAD>
|
|
<BODY>
|
|
<A HREF="index-3.html">Next</A>
|
|
<A HREF="index-1.html">Previous</A>
|
|
<A HREF="index.html#toc2">Contents</A>
|
|
<HR>
|
|
<H2><A NAME="s2">2. Installation</A></H2>
|
|
|
|
<P>
|
|
<H2><A NAME="ss2.1">2.1 How to obtain Javalib </A>
|
|
</H2>
|
|
|
|
<P>
|
|
<P>
|
|
<H2><A NAME="ss2.2">2.2 Requirements</A>
|
|
</H2>
|
|
|
|
<P>
|
|
<P>
|
|
<H2><A NAME="ss2.3">2.3 Compilation and installation</A>
|
|
</H2>
|
|
|
|
<P>
|
|
<P>In order to compile and install Javalib on your system, type the following in
|
|
the base directory of the Javalib distribution:
|
|
<P>
|
|
<BLOCKTQUOTE><CODE>
|
|
<PRE>
|
|
% ./configure
|
|
% make
|
|
% make install
|
|
</PRE>
|
|
</CODE></BLOCKTQUOTE>
|
|
<P>
|
|
<P>Since Javalib uses
|
|
<PRE>
|
|
autoconf
|
|
</PRE>
|
|
you should have not trouble
|
|
compiling it.
|
|
Should you run into problems please report them to the the author at
|
|
<A HREF="mailto:Lost_Highway@tipitina.demon.co.uk">Richard Dale</A><P>
|
|
<P>
|
|
<P>
|
|
<HR>
|
|
<A HREF="index-3.html">Next</A>
|
|
<A HREF="index-1.html">Previous</A>
|
|
<A HREF="index.html#toc2">Contents</A>
|
|
</BODY>
|
|
</HTML>
|