r125: This commit was manufactured by cvs2svn to create tag 'r1_1_7-last'.
[cinelerra_cv/mob.git] / hvirtual / quicktime / docs / building.html
blob69b54af2135ab9eca7487b377499f33eff7baef4
1 <TITLE>Building</TITLE>
4 <H1>Step 1: Build the library</H1><P>
7 Quicktime for Linux requires a copy of of libmpeg3 in a directory next to itself.
8 This provides the mp3 interface.<P>
10 Your directory structure should thus be:<P>
11 <PRE><TT>
12 /my_directory
13 /my_directory/libmpeg3-*.*.*
14 /my_directory/quicktime4linux-*.*.*
15 </TT></PRE>
17 type "make" in the libmpeg3 directory.<BR>
18 type "make" in the quicktime directory.<BR>
19 type "make util" to get quicktime to build some utilities.<P>
21 The makefiles automatically configure themselves. The library is in
22 i686/libquicktime.a. You should manually set the CFLAGS environment
23 variable with the optimum optimization parameters for your i686
24 derivative.<P>
26 The entire source code tree should be positioned in a location where
27 every application that needs it can access it. There is no provision
28 for standard include files and normally it's much to difficult for
29 users to match versions to use it as a shared library. Those of you
30 who were born before 1997 may remember QT doing this.<P>
33 <P>
34 <P>