diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 90825e2392b2d70e43c7a25b8a3752299a933894 (patch) | |
tree | e33aa27f02b74604afbfd0ea4f1cfca8833d882a /qtjava/javalib/docs/en/index-2.html | |
download | tdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.tar.gz tdebindings-90825e2392b2d70e43c7a25b8a3752299a933894.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtjava/javalib/docs/en/index-2.html')
-rw-r--r-- | qtjava/javalib/docs/en/index-2.html | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/qtjava/javalib/docs/en/index-2.html b/qtjava/javalib/docs/en/index-2.html new file mode 100644 index 00000000..1f6e9f97 --- /dev/null +++ b/qtjava/javalib/docs/en/index-2.html @@ -0,0 +1,58 @@ +<!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> +<BLOCKQUOTE><CODE> +<PRE> +% ./configure +% make +% make install +</PRE> +</CODE></BLOCKQUOTE> +<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> |