File: getstartch2.html

package info (click to toggle)
fgfs-base 0.9.6-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 216,568 kB
  • ctags: 170
  • sloc: xml: 160,813; makefile: 47; sh: 29
file content (899 lines) | stat: -rw-r--r-- 45,442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"  
  "http://www.w3.org/TR/html4/loose.dtd">  
<html > 
<head><title>2 Building the plane: Compiling the program</title> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<meta name="generator" content="TeX4ht (http://www.cis.ohio-state.edu/~gurari/TeX4ht/mn.html)"> 
<!-- html,2,info,next,sections+ --> 
<meta name="src" content="getstart.tex"> 
<meta name="date" content="2002-12-15 21:48:00"> 
<link rel="stylesheet" type="text/css" href="getstart.css"> 
</head><body 
>
   <div class="crosslinks"><p class="noindent">[<a 
href="getstartch3.html" >next</a>] [<a 
href="getstartch1.html" >prev</a>] [<a 
href="getstartch1.html#tailgetstartch1.html" >prev-tail</a>] [<a 
href="#tailgetstartch2.html">tail</a>] [<a 
href="getstartpa1.html#getstartch2.html" >up</a>] </p></div>
   <h2 class="chapterHead"><span class="titlemark">Chapter&nbsp;2</span><br><a 
href="getstart.html#QQ2-6-10" name="x6-100002">Building the plane: Compiling the program</a></h2>
<!--l. 33--><p class="noindent">This central chapter describes how to build <span 
class="ptmbi7t---109">FlightGear </span>on several systems. In case you
are on a Win32 (i. e. Windows95/98/ME/NT/2000/XP) platform or any of the other
platforms which binary executables are available for, you may not want to go though that
potentially troublesome process but skip that chapter instead and straightly
go to the next one. (Not everyone wants to build his or her plane himself or
herself, right?) However, there may be good reason for at least trying to build the
simulator:
     <ul class="itemize1">
     <li class="itemize">In case you are on a UNIX<a 
  name="dx6-10001"></a>/Linux<a 
  name="dx6-10002"></a> platform there may be no pre-compiled
     binaries<a 
  name="dx6-10003"></a>  available  for  your  system.  In  practice  it  is  common  to  install
     programs like this one on UNIX<a 
  name="dx6-10004"></a> systems by recompiling them.
     </li>
     <li class="itemize">There are several options you can set during compile time only.
     </li>
     <li class="itemize">You may be proud you did.</li></ul>
<!--l. 51--><p class="noindent">On the other hand, compiling <span 
class="ptmbi7t---109">FlightGear </span>is not a task for novice users. Thus, if you&#8217;re a
beginner (we all were once) on a platform which binaries<a 
  name="dx6-10005"></a> are available for, we
recommend postponing this task and just starting with the binary distribution<a 
  name="dx6-10006"></a> to get you
flying.
<!--l. 56--><p class="indent">   As you will notice, this Chapter is far from being complete. Basically, we describe
compiling for two operating systems only, Windows<a 
  name="dx6-10007"></a> and Linux<a 
  name="dx6-10008"></a>, and for only one
compiler, the GNU C compiler. <span 
class="ptmbi7t---109">FlightGear </span>has been shown to be built under different
compilers (including Microsoft Visual C) as well as different systems (Macintosh) as
well. The reason for these limitations are:
     <ul class="itemize1">
     <li class="itemize">Personally,  we  have  access  to  a  Windows  machine  running  the  Cygnus
     compiler only.
     </li>
     <li class="itemize">According to the mailing lists, these seem to be the systems with the largest
     user base.
     </li>
     <li class="itemize">These are the simplest systems to compile <span 
class="ptmbi7t---109">FlightGear </span>on. Other compilers
     may need special add-ons (workplace etc.) or even modification of the code.
                                                                     

                                                                     
     </li>
     <li class="itemize">The GNU compiler is free in the same sense of the GPL as <span 
class="ptmbi7t---109">FlightGear </span>is.</li></ul>
<!--l. 70--><p class="noindent">You might want to check Section <a 
href="getstartap1.html#x12-66000A">A<!--tex4ht:ref: missed--></a>, <span 
class="ptmri7t---109">Missed approach</span>, if anything fails during
compilation. In case this does not help we recommend sending a note to one of the
mailing lists (for hints on subscription see Chapter <a 
href="getstartap3.html#x14-80000C">C<!--tex4ht:ref: landing--></a>).
<!--l. 73--><p class="indent">   There are several Linux distributions<a 
  name="dx6-10009"></a> on the market, and most of them should work.
Some come even bundled with (often outdated) versions of <span 
class="ptmbi7t---109">FlightGear</span>. However, if you
are going to download or buy a distribution, Debian<a 
  name="dx6-10010"></a> (Woody) is suggested by most
people. SuSE<a 
  name="dx6-10011"></a> works well, too.
<!--l. 77--><p class="indent">   Contrary to Linux/Unix systems, Windows usually comes without any development
tools. This way, you first have to install a development environment. On Windows, in a
sense, before building the plane you will have to build the plant for building planes.
This will be the topic of the following section, which can be omitted by Linux
users.
   <h3 class="sectionHead"><span class="titlemark">2.1</span> <a 
href="getstart.html#QQ2-6-11" name="x6-110002.1">Preparing the development environment under Windows</a></h3>
<!--l. 86--><p class="noindent">There is a powerful development environment available for Windows and this
even for free: The Cygnus development tools,<a 
  name="dx6-11001"></a> resp. <span 
class="ptmbi7t---109">Cygwin</span>. Their home is at
<!--l. 91--><p class="indent">   <a 
href="http://sources.redhat.com/cygwin/" >http://sources.redhat.com/cygwin/</a>,
<!--l. 94--><p class="noindent">and it is always a good idea to check back what is going on there now and then.
<!--l. 97--><p class="indent">   Nowadays, installing <span 
class="ptmbi7t---109">Cygwin</span><a 
  name="dx6-11002"></a> is nearly automatic. First, make sure the drive you want
<span 
class="ptmbi7t---109">Cygwin</span>, <span 
class="ptmbi7t---109">PLIB</span>, <span 
class="ptmbi7t---109">SimGear </span>and <span 
class="ptmbi7t---109">FlightGear </span>to live on, has nearly 1 GB of free disk space<a 
  name="dx6-11003"></a>.
Create a temporary directory and download the installer from the site named
above to that directory. (While the installer does an automatic installation of the
Cygnus environment, it is a good idea to download a new installer from time to
time.)
<!--l. 104--><p class="indent">   Invoke the installer now. It gives you three options. To avoid having to download
stuff twice in case of a re-installation or installation on a second machine, we highly
recommended to take a two-step procedure. First, select the option <span 
class="pcrr7t---109">Download</span>
<span 
class="pcrr7t---109">from Internet</span>. Insert the path of your temporary directory, your Internet
connection settings and then choose a mirror form the list. Near servers might
be preferred, but may be sometimes a bit behind with mirroring. We found
<!--l. 112--><p class="indent">   <a 
href="ftp://mirrors.rcn.net" >ftp://mirrors.rcn.net</a>
<!--l. 115--><p class="noindent">a very recent and fast choice. In the next windows the default settings are usually a good
start. Now choose <span 
class="pcrr7t---109">Next</span>, sit back and wait.
                                                                     

                                                                     
<!--l. 119--><p class="indent">   If you are done, invoke the installer another time, now with the option <span 
class="pcrr7t---109">Install</span>
<span 
class="pcrr7t---109">from local directory</span>. After confirming the temporary directory you can
select a root directory (acting as the root directory of your pseudo UNIX file
system). Cygnus does not recommend taking the actual root directory of a drive,
thus choose <span 
class="pcrr7t---109">c:/Cygwin </span>(while other drives than <span 
class="pcrr7t---109">c: </span>work as well). Now, all
<span 
class="ptmbi7t---109">Cygwin </span>stuff and all <span 
class="ptmbi7t---109">FlightGear </span>stuff lives under this directory. In addition,
select
<!--l. 125--><p class="indent">   <span 
class="pcrr7t---109">Default text file type: Unix</span>
<!--l. 127--><p class="noindent">In addition, you have the choice to install the compiler for all users or just for
you.
<!--l. 130--><p class="indent">   The final window before installation gives you a selection of packages to install. It is
hard, to provide a minimum selection of packages required for <span 
class="ptmbi7t---109">FlightGear </span>and the
accompanying libraries to install. We have observed the following (non minimum)
combination to work:<a 
  name="dx6-11004"></a>
     <ul class="itemize1">
     <li class="itemize"><span 
class="pcrr7t---109">Admin </span>skip
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">Archive </span>install
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">Base </span>install
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">Database </span>skip
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">Devel </span>install
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">Doc </span>install
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">Editors </span>skip
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">Graphics </span>install
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">Interpreters </span>install
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">Libs </span>install
                                                                     

                                                                     
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">Mail </span>skip
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">Net </span>skip
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">Shells </span>install
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">Text </span>install
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">Utils </span>install
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">Web </span>skip
     </li>
     <li class="itemize"><span 
class="pcrr7t---109">XFree86 </span>do not install!</li></ul>
<!--l. 152--><p class="noindent"><span 
class="ptmb7t---109">Note </span>XFree86<a 
  name="dx6-11005"></a> must be not installed for building <span 
class="ptmbi7t---109">FlightGear </span>and the accompanying
libraries. If it is installed you have to deinstall it first. Otherwise <span 
class="ptmbi7t---109">FlightGear</span>&#8217;s
configuration scripts will detect the XFree86 OpenGL libraries and link to them, while
the code is not prepared to do so.
<!--l. 154--><p class="indent">   As a final step you should include the binary directory<a 
  name="dx6-11006"></a> (for instance:
<br class="newline"><span 
class="pcrr7t---109">c:/Cygwin/bin</span>) into your path by adding <span class="obeylines-h"><span 
class="pcrr7t---109">path=c:\Cygwin\bin</span></span> in your
<span 
class="pcrr7t---109">autoexec.bat </span>under Windows 95/98/ME. Under WindowsNT/2000/XP, use the
<span 
class="pcrr7t---109">Extended </span>tab under the <span 
class="pcrr7t---109">System properties </span>page in Windows <span 
class="pcrr7t---109">control</span>
<span 
class="pcrr7t---109">panel</span>. There you&#8217;ll find a button <span 
class="pcrr7t---109">Environment variables</span>, where you can add
the named directory.
<!--l. 158--><p class="indent">   Now you are done. Fortunately, all this is required only once. At this point you have a
nearly UNIX-like (command line) development environment. Because of this, the
following steps are nearly identical under Windows and Linux/Unix.
   <h3 class="sectionHead"><span class="titlemark">2.2</span> <a 
href="getstart.html#QQ2-6-12" name="x6-120002.2">Preparing the development environment under Windows</a></h3>
<!--l. 165--><p class="noindent">Linux, like any UNIX, usually comes with a compiler pre-installed. On the other hand,
you still have to make sure several required libraries being present.
<!--l. 167--><p class="indent">   First, make sure you have all necessary OpenGL libraries. Fortunately, most of the
recent Linux distributions (i.e. SuSE-7.3) put these already into the right place. (There
have been reports, though, that on Slackware you may have to copy the libraries to
                                                                     

                                                                     
<span 
class="pcrr7t---109">/usr/local/lib </span>and the headers to <span 
class="pcrr7t---109">/usr/local/include </span>by hand after
building <span 
class="pcrr7t---109">glut-3.7</span>). Be sure to install the proper packages: Besides the basic X11
stuff you want to have - SuSE as an example - the following packages: mesa,
mesa-devel, mesasoft, xf86_glx, xf86glu, xf86glu-devel, mesaglut, mesaglut-devel and
plib.
<!--l. 171--><p class="indent">   Also you are expected to have a bunch of tools installed that are usually required to
compile the Linux kernel. So you may use the Linux kernel source package top
determine the required dependencies. The following packages might prove to be useful
when fiddling with the <span 
class="ptmbi7t---109">FlightGear </span>sources: automake, autoconf, libtool, bison, flex and
some more, that are not required to build a Linux kernel.
<!--l. 178--><p class="indent">   <span 
class="ptmb7t---109">Please compare the release of the Plib library with the one that ships with your</span>
<span 
class="ptmb7t---109">Linux distribution. </span>It might be the case that <span 
class="ptmbi7t---109">FlightGear </span>requires a newer one that is not
yet provided by your vendor.
   <h3 class="sectionHead"><span class="titlemark">2.3</span> <a 
href="getstart.html#QQ2-6-13" name="x6-130002.3">One-time preparations for Linux and Windows users</a></h3>
<!--l. 186--><p class="noindent">There are a couple of 3rd party libraries which your Linux or Windows system may or
may have not installed, i.e. the <span 
class="ptmbi7t---109">ZLIB </span>library and the <span 
class="ptmbi7t---109">Metakit </span>library. You can
either check your list of installed packages or just try building <span 
class="ptmbi7t---109">SimGear</span>: It
should exit and spit an error message (observe this!) if one of these libraries is
missing.
<!--l. 188--><p class="indent">   If you make this observation, install the missing libraries, which only is required
once (unless you don&#8217;t re-install you development environment).
<!--l. 190--><p class="indent">   Both libraries come bundled with <span 
class="ptmbi7t---109">SimGear</span>, which links to them, bus does not
automatically install them. For installing either of them, get the most recent file
<span 
class="pcrr7t---109">SimGear-X.X.X.tar.gz</span><a 
  name="dx6-13001"></a> from
<!--l. 193--><p class="indent">   <a 
href="http://www.simgear.org/downloads.html" >http://www.simgear.org/downloads.html</a>
<!--l. 196--><p class="noindent">Download it to <span 
class="pcrr7t---109">/usr/local/source</span>. Change to that directory and unpack <span 
class="ptmbi7t---109">SimGear</span>
using
<!--l. 200--><p class="indent">   <span 
class="pcrr7t---109">tar xvfz SimGear-X.X.X.tar.gz</span>.
<!--l. 202--><p class="indent">   You will observe a directory <span 
class="pcrr7t---109">src-libs </span>which contains the two names
libraries.
   <h4 class="subsectionHead"><span class="titlemark">2.3.1</span> <a 
href="getstartli1.html#QQ2-6-14" name="x6-140002.3.1">Installation of <span 
class="ptmbi7t---109">ZLIB</span></a></h4>
<!--l. 206--><p class="noindent"><span 
class="pcrr7t---109">cd </span>into <span 
class="pcrr7t---109">SimGear-X.X.X/scr-libs </span>and unpack <span 
class="ptmbi7t---109">ZLIB </span>using
<!--l. 210--><p class="noindent"><span 
class="pcrr7t---109">tar xvfz zlib-X.X.X.tar.gz</span>.
<!--l. 214--><p class="noindent">Next, change to the newly created directory <span 
class="pcrr7t---109">zlib-X.X.X </span>and type
                                                                     

                                                                     
<!--l. 218--><p class="noindent"><span 
class="pcrr7t---109">./configure</span>
<br class="newline"><span 
class="pcrr7t---109">make</span>
<br class="newline"><span 
class="pcrr7t---109">make install</span>
<!--l. 224--><p class="noindent">Under Linux, you have to become root for being able to <span 
class="pcrr7t---109">make install</span>, for instance
via the <span 
class="pcrr7t---109">su </span>command.
   <h4 class="subsectionHead"><span class="titlemark">2.3.2</span> <a 
href="getstartli1.html#QQ2-6-15" name="x6-150002.3.2">Installation of <span 
class="ptmbi7t---109">Metakit</span></a></h4>
<!--l. 229--><p class="noindent"><span 
class="pcrr7t---109">cd </span>into <span 
class="pcrr7t---109">SimGear-X.X.X/scr-libs </span>and unpack <span 
class="ptmbi7t---109">Metakit </span>using
<!--l. 233--><p class="noindent"><span 
class="pcrr7t---109">tar xvfz metakit-X.X.X.tar.gz</span>.
<!--l. 237--><p class="noindent">Next, change to directory <span 
class="pcrr7t---109">zlib-X.X.X/builds </span>(!) and type (where the
configure option <span 
class="pcrr7t---109">--with-tcl=no </span>is at least required on a Cygwin system):
<!--l. 241--><p class="noindent"><span 
class="pcrr7t---109">./configure --with-tcl=no</span>
<br class="newline"><span 
class="pcrr7t---109">make</span>
<br class="newline"><span 
class="pcrr7t---109">make install</span>
<!--l. 247--><p class="noindent">Under Linux, you have to become root for being able to <span 
class="pcrr7t---109">make install</span>, for instance
via the <span 
class="pcrr7t---109">su </span>command.
<!--l. 250--><p class="indent">   You may want to consult the Readme files under <span 
class="pcrr7t---109">SimGear-X.X.X/scr-libs </span>in
case you run into trouble.
   <h3 class="sectionHead"><span class="titlemark">2.4</span> <a 
href="getstart.html#QQ2-6-16" name="x6-160002.4">Compiling <span 
class="ptmbi7t---109">FlightGear </span>under Linux/Windows </a></h3>
<!--l. 256--><p class="noindent">The following steps are identical under Linux/Unix and under Windows with minor
modifications. Under Windows, just open the <span 
class="ptmbi7t---109">Cygwin </span>icon from the Start menu or from
the desktop to get a command line.
<!--l. 260--><p class="indent">   To begin with, the <span 
class="ptmbi7t---109">FlightGear </span>build process is based on four packages which you
need to built and installed in this order:
     <ul class="itemize1">
     <li class="itemize">PLIB
     </li>
     <li class="itemize">SimGear
     </li>
     <li class="itemize">FlightGear, program
     </li>
     <li class="itemize">FlightGear, base (data - no compilation required)</li></ul>
                                                                     

                                                                     
     <ol type="1" class="enumerate1" start="1" 
>
     <li class="enumerate"><a 
  name="x6-16002x1"></a>First, choose an install directory<a 
  name="dx6-16003"></a> for FlightGear. This will not be the one your
     binaries will live in but the one for your source code and compilation files.
     We suggest
     <!--l. 272--><p class="noindent"><span 
class="pcrr7t---109">cd:/usr/local/</span>
     <!--l. 274--><p class="noindent"><span 
class="pcrr7t---109">mkdir source</span>
     </li>
     <li class="enumerate"><a 
  name="x6-16005x2"></a>Now, you have to install a support library <span 
class="ptmbi7t---109">PLIB</span><a 
  name="dx6-16006"></a> which is absolutely essential
     for the building process. <span 
class="ptmbi7t---109">PLIB </span>contains most of the basic graphics rendering,
     audio,  and  joystick  routines.  Download  the  latest  stable  version  of  <span 
class="ptmbi7t---109">PLIB</span><a 
  name="dx6-16007"></a>
     from
     <!--l. 280--><p class="noindent"><a 
href="http://plib.sourceforge.net/" >http://plib.sourceforge.net/</a>
     <!--l. 283--><p class="noindent">to  <span 
class="pcrr7t---109">/usr/local/source</span>.  Change  to  that  directory  and  unpack  <span 
class="ptmbi7t---109">PLIB</span>
     using
     <!--l. 286--><p class="noindent"><span 
class="pcrr7t---109">tar xvfz plib-X.X.X.tar.gz</span>.
     <!--l. 288--><p class="noindent"><span 
class="pcrr7t---109">cd </span>into <span 
class="pcrr7t---109">plib-X.X.X </span>and run
     <!--l. 290--><p class="noindent"><span 
class="pcrr7t---109">./configure</span>
     <br class="newline"><span 
class="pcrr7t---109">make</span>
     <br class="newline"><span 
class="pcrr7t---109">make install</span>.
     <!--l. 294--><p class="noindent">Under Linux, you have to become root for being able to <span 
class="pcrr7t---109">make install</span>,
     for instance via the <span 
class="pcrr7t---109">su </span>command.
     <!--l. 297--><p class="noindent">Confirm you now have <span 
class="ptmbi7t---109">PLIB</span>&#8217;s header files<a 
  name="dx6-16008"></a> (as <span 
class="pcrr7t---109">ssg.h </span>etc.) under
     <br class="newline"><span 
class="pcrr7t---109">/usr/include/plib </span>(and nowhere else).
     </li>
     <li class="enumerate"><a 
  name="x6-16010x3"></a>Next,  you  have  to  install  another  library  <span 
class="ptmbi7t---109">SimGear</span><a 
  name="dx6-16011"></a>  containing  the  basic
     simulation routines. Get the most recent file <span 
class="pcrr7t---109">SimGear-X.X.X.tar.gz</span><a 
  name="dx6-16012"></a>
     from
     <!--l. 302--><p class="noindent"><a 
href="http://www.simgear.org/downloads.html" >http://www.simgear.org/downloads.html</a>
     <!--l. 305--><p class="noindent">Download  it  to  <span 
class="pcrr7t---109">/usr/local/source</span>.  Change  to  that  directory  and
     unpack <span 
class="ptmbi7t---109">SimGear </span>using
     <!--l. 309--><p class="noindent"><span 
class="pcrr7t---109">tar xvfz SimGear-X.X.X.tar.gz</span>.
     <!--l. 311--><p class="noindent"><span 
class="pcrr7t---109">cd </span>into <span 
class="pcrr7t---109">SimGear-X.X.X </span>and run
                                                                     

                                                                     
     <!--l. 314--><p class="noindent"><span 
class="pcrr7t---109">./configure</span>
     <br class="newline"><span 
class="pcrr7t---109">make</span>
     <br class="newline"><span 
class="pcrr7t---109">make install</span>
     <!--l. 318--><p class="noindent">Again,  under  Linux,  you  have  to  become  root  for  being  able  to  <span 
class="pcrr7t---109">make</span>
     <span 
class="pcrr7t---109">install</span>, for instance via the <span 
class="pcrr7t---109">su </span>command.
     </li>
     <li class="enumerate"><a 
  name="x6-16014x4"></a>Now, you&#8217;re prepared to build <span 
class="ptmbi7t---109">FlightGear </span>itself, finally. Get
     <br class="newline"><span 
class="pcrr7t---109">FlightGear-X.X.X.tar.gz </span>from
     <!--l. 326--><p class="noindent"><a 
href="http://www.flightgear.org/Downloads/" >http://www.flightgear.org/Downloads/</a>
     <!--l. 329--><p class="noindent">and download it to <span 
class="pcrr7t---109">/usr/local/source</span>. Unpack <span 
class="ptmbi7t---109">FlightGear </span>using
     <!--l. 333--><p class="noindent"><span 
class="pcrr7t---109">tar xvfz FlightGear-X.X.X.tar.gz</span>.
     <!--l. 336--><p class="noindent"><span 
class="pcrr7t---109">cd </span>into <span 
class="pcrr7t---109">FlightGear-X.X.X </span>and run
     <!--l. 338--><p class="noindent"><span 
class="pcrr7t---109">./configure</span>
     <!--l. 341--><p class="noindent">configure<a 
  name="dx6-16015"></a> knows about numerous options, <a 
  name="dx6-16016"></a>with the more relevant ones to be
     specified via switches as
          <ul class="itemize1">
          <li class="itemize"><span 
class="pcrr7t---109">--with-network-olk</span>:    Include    Oliver    Delise&#8217;s    multi-pilot
          networking support<a 
  name="dx6-16017"></a>,
          </li>
          <li class="itemize"><span 
class="pcrr7t---109">--with-new-environment</span>:      Include      new      experimental
          environment subsystem,
          </li>
          <li class="itemize"><span 
class="pcrr7t---109">--with-weathercm</span>: Use WeatherCM instead of FGEnvironment,<a 
  name="dx6-16018"></a>
          </li>
          <li class="itemize"><span 
class="pcrr7t---109">--with-plib=</span>PREFIX: Specify the prefix path to <span 
class="ptmbi7t---109">PLIB</span>,
          </li>
          <li class="itemize"><span 
class="pcrr7t---109">--with-metakit=</span>PREFIX: Specify the prefix path to <span 
class="ptmbi7t---109">Metakit</span>,
          </li>
          <li class="itemize"><span 
class="pcrr7t---109">--with-simgear=</span>PREFIX: Specify the prefix path to <span 
class="ptmbi7t---109">SimGear</span>,
          </li>
          <li class="itemize"><span 
class="pcrr7t---109">--prefix=/XXX</span>: Install <span 
class="ptmbi7t---109">FlightGear </span>in the directory <span 
class="pcrr7t---109">XXX</span>.
                                                                     

                                                                     
          </li>
          <li class="itemize"><span 
class="pcrr7t---109">--disable-jsbsim</span>: Disable <span 
class="ptmbi7t---109">JSBSim</span>m FDM (in case of trouble
          compiling it).
          </li>
          <li class="itemize"><span 
class="pcrr7t---109">--disable-yasim</span>:  Disable  <span 
class="ptmbi7t---109">YASim  </span>FDM  (in  case  of  trouble
          compiling it).
          </li>
          <li class="itemize"><span 
class="pcrr7t---109">--disable-larcsim</span>: Disable <span 
class="ptmbi7t---109">LaRCsim </span>FDM (in case of trouble
          compiling it).
          </li>
          <li class="itemize"><span 
class="pcrr7t---109">--disable-uiuc</span>:   Disable   UIUC   FDM   (in   case   of   trouble
          compiling it).</li></ul>
     <!--l. 368--><p class="noindent">A good choice would be <span 
class="pcrr7t---109">--prefix=/usr/local/FlightGear</span>. In this case
     <span 
class="ptmbi7t---109">FlightGear</span>&#8217;s binaries<a 
  name="dx6-16019"></a> will live under <span 
class="pcrr7t---109">/usr/local/FlightGear/bin</span>. (If you
     don&#8217;t specify a <span 
class="pcrr7t---109">--prefix </span>the binaries will go into <span 
class="pcrr7t---109">/usr/local/bin </span>while
     the base package files are expected under <span 
class="pcrr7t---109">/usr/local/share/FlightGear</span>.)
     <!--l. 372--><p class="noindent">Assuming <span 
class="pcrr7t---109">configure </span>finished successfully, run
     <!--l. 375--><p class="noindent"><span 
class="pcrr7t---109">make</span>
     <br class="newline"><span 
class="pcrr7t---109">make install</span>.
     <!--l. 378--><p class="noindent">Again, under Linux, you have to become root for being able to <span 
class="pcrr7t---109">make install</span>,
     for instance via the <span 
class="pcrr7t---109">su </span>command.
     <!--l. 382--><p class="noindent">Note: You can save a significant amount of space by stripping all the debugging
     symbols off the executable. To do this, make a
     <!--l. 387--><p class="noindent"><span 
class="pcrr7t---109">cd /usr/local/FlightGear/bin</span>
     <!--l. 389--><p class="noindent">to the directory in the <span 
class="pcrr7t---109">install tree </span>where your binaries live and run
     <!--l. 393--><p class="noindent"><span 
class="pcrr7t---109">strip *</span>.</li></ol>
<!--l. 397--><p class="noindent">This completes building the executable and should result in a file <span 
class="pcrr7t---109">fgfs </span>(Unix) or
<span 
class="pcrr7t---109">fgfs.exe </span>(Windows) under <span 
class="pcrr7t---109">/usr/local/FlightGear/bin</span>
<!--l. 400--><p class="indent">   <span 
class="ptmb7t---109">Note: </span>If for whatever reason you want to re-build the simulator, use the command <span 
class="pcrr7t---109">make</span>
<span 
class="pcrr7t---109">distclean </span>either in the <span 
class="pcrr7t---109">SimGear-X.X.X </span>or in the <span 
class="pcrr7t---109">FlightGear-X.X.X </span>directory
to remove all the build. If you want to re-run <span 
class="pcrr7t---109">configure </span>(for instance because of
having installed another version of <span 
class="ptmbi7t---109">PLIB </span>etc.), remove the files <span 
class="pcrr7t---109">config.cache </span>from
these same directories before.
                                                                     

                                                                     
   <h3 class="sectionHead"><span class="titlemark">2.5</span> <a 
href="getstart.html#QQ2-6-17" name="x6-170002.5">Compiling <span 
class="ptmbi7t---109">FlightGear </span>under Mac OS X </a></h3>
<!--l. 410--><p class="noindent">For compiling under Mac OS X you will need
     <ul class="itemize1">
     <li class="itemize">Mac X OS 10.1+ with developer tools installed.
     </li>
     <li class="itemize">500MB disk (minimum) free disk space.
     </li>
     <li class="itemize">Fearlessness of command line compiling.</li></ul>
<!--l. 418--><p class="noindent">This will need a bit more bravery than building under Windows or Linux. First, there are
less people who tested it under sometimes strange configurations. Second, the
process as described here itself needs a touch more experience by using CVS
repositories.
<!--l. 420--><p class="indent">   First, download the development files. They contain files that help simplify the build
process, and software for automake, autoconf, and plib:
<!--l. 424--><p class="indent">   <a 
href="http://expert.cc.purdue.edu/~walisser/fg/fgdev.tar.gz" >http://expert.cc.purdue.edu/<img 
src="getstart3x.gif" alt="~"  class="tilde" > walisser/fg/fgdev.tar.gz</a>
<!--l. 427--><p class="noindent">or
<!--l. 431--><p class="indent">   <a 
href="http://homepage.mac.com/walisser" >http://homepage.mac.com/walisser</a>
<!--l. 434--><p class="noindent">Once you have this extracted, make sure you are using TCSH as your shell, since the
setup script requires it.
<!--l. 438--><p class="noindent"><span 
class="ptmb7t---109">Important for Jaguar users:</span>
<!--l. 441--><p class="indent">   If you run Mac OS X 10.2 or later, gcc 3.1 is the default compiler. However, only
version 2.95 works with <span 
class="ptmbi7t---109">FlightGear </span>as of this writing. To change the default compiler,
run this command (as root). You&#8217;ll only have to do this once and it will have a global
effect on the system.
<!--l. 444--><p class="indent">   <span 
class="pcrr7t---109">sudo gcc</span><span class="underline"><span 
class="pcrr7t---109">&nbsp;</span></span><span 
class="pcrr7t---109">select 2</span>
     <ol type="1" class="enumerate1" start="1" 
>
     <li class="enumerate"><a 
  name="x6-17002x1"></a>Setup the build environment:
     <br class="newline"><span 
class="pcrr7t---109">cd fgdev</span>
     <br class="newline"><span 
class="pcrr7t---109">source bin/prepare.csh</span>
     </li>
     <li class="enumerate"><a 
  name="x6-17004x2"></a>Install the latest versions of the automake and autoconf build tools:
     <br class="newline"><span 
class="pcrr7t---109">cd $BUILDDIR/src/automake-X.X.X</span>
     <br class="newline"><span 
class="pcrr7t---109">./configure --prefix=$BUILDDIR</span>
                                                                     

                                                                     
     <br class="newline"><span 
class="pcrr7t---109">make install</span>
     <br class="newline"><span 
class="pcrr7t---109">rehash</span>
     <!--l. 457--><p class="noindent"><span 
class="pcrr7t---109">cd $BUILDDIR/src/autoconf-X.XX</span>
     <br class="newline"><span 
class="pcrr7t---109">./configure --prefix=$BUILDDIR</span>
     <br class="newline"><span 
class="pcrr7t---109">make install</span>
     <br class="newline"><span 
class="pcrr7t---109">rehash</span>
     </li>
     <li class="enumerate"><a 
  name="x6-17006x3"></a>Download PLIB
     <br class="newline"><span 
class="pcrr7t---109">cd $BUILDDIR/src</span>
     <br class="newline"><span 
class="pcrr7t---109">setenv CVSROOT :pserver:anonymous@cvs.plib.sf.net:</span>
     <br class="newline"><span 
class="pcrr7t---109">/cvsroot/plib </span>(one line!)
     <br class="newline"><span 
class="pcrr7t---109">cvs login</span>
     <br class="newline">Press <span 
class="cmmi-10--109">&lt;</span>enter<span 
class="cmmi-10--109">&gt; </span>for password
     <br class="newline"><span 
class="pcrr7t---109">cvs -z3 checkout plib</span>
     </li>
     <li class="enumerate"><a 
  name="x6-17008x4"></a>Build PLIB
     <br class="newline"><span 
class="pcrr7t---109">cd $BUILDDIR/src/plib</span>
     <br class="newline"><span 
class="pcrr7t---109">./autogen.sh</span>
     <br class="newline"><span 
class="pcrr7t---109">./configure --prefix=$BUILDDIR</span>
     <br class="newline"><span 
class="pcrr7t---109">make install</span>
     </li>
     <li class="enumerate"><a 
  name="x6-17010x5"></a>Get the <span 
class="ptmbi7t---109">SimGear </span>sources
     <br class="newline"><span 
class="pcrr7t---109">cd $BUILDDIR/src</span>
     <br class="newline"><span 
class="pcrr7t---109">setenv CVSROOT :pserver:cvs@cvs.simgear.org:</span>
     <br class="newline"><span 
class="pcrr7t---109">/var/cvs/SimGear-0.0 </span>(one line)
     <br class="newline"><span 
class="pcrr7t---109">cvs login</span>
     <br class="newline">Enter <span 
class="cmmi-10--109">&lt;</span>guest<span 
class="cmmi-10--109">&gt; </span>for password
     <br class="newline"><span 
class="pcrr7t---109">cvs -z3 checkout SimGear</span>
     <br class="newline">
     </li>
     <li class="enumerate"><a 
  name="x6-17012x6"></a>Build Metakit
     <br class="newline"><span 
class="pcrr7t---109">cd $BUILDDIR/src/SimGear/src-libs</span>
     <br class="newline"><span 
class="pcrr7t---109">tar -zxvf metakit-X.X.X-32.tar.gz</span>
     <br class="newline"><span 
class="pcrr7t---109">cd metakit-X.X.X/builds</span>
     <br class="newline"><span 
class="pcrr7t---109">../unix/configure --prefix=&amp;BUILDDIR</span>
     <br class="newline"><span 
class="pcrr7t---109">--enable-static --disable-dynamic </span>(one line)
     <br class="newline"><span 
class="pcrr7t---109">make install</span>
                                                                     

                                                                     
     <br class="newline">
     </li>
     <li class="enumerate"><a 
  name="x6-17014x7"></a>Build <span 
class="ptmbi7t---109">SimGear</span>
     <br class="newline"><span 
class="pcrr7t---109">cd $BUILDDIR/src/SimGear</span>
     <br class="newline"><span 
class="pcrr7t---109">./autogen.sh</span>
     <br class="newline"><span 
class="pcrr7t---109">./configure --prefix=$BUILDDIR</span>
     <br class="newline"><span 
class="pcrr7t---109">make install</span>
     <br class="newline">
     </li>
     <li class="enumerate"><a 
  name="x6-17016x8"></a>Get the <span 
class="ptmbi7t---109">FlightGear </span>sources
     <br class="newline"><span 
class="pcrr7t---109">cd $BUILDDIR/src</span>
     <br class="newline"><span 
class="pcrr7t---109">setenv CVSROOT :pserver:cvs@cvs.flightgear.org:</span>
     <br class="newline"><span 
class="pcrr7t---109">/var/cvs/FlightGear-0.X </span>(one line!)
     <br class="newline"><span 
class="pcrr7t---109">cvs login</span>
     <br class="newline">Enter <span 
class="cmmi-10--109">&lt;</span>guest<span 
class="cmmi-10--109">&gt; </span>for password
     <br class="newline"><span 
class="pcrr7t---109">cvs -z3 checkout FlightGear</span>
     </li>
     <li class="enumerate"><a 
  name="x6-17018x9"></a>Build <span 
class="ptmbi7t---109">FlightGear</span>
     <br class="newline"><span 
class="pcrr7t---109">cd $BUILDDIR/src/FlightGear</span>
     <br class="newline"><span 
class="pcrr7t---109">patch -p0 &lt; ../jsb.diff</span>
     <br class="newline"><span 
class="pcrr7t---109">./autogen.sh</span>
     <br class="newline"><span 
class="pcrr7t---109">./configure --prefix=$BUILDDIR</span>
     <br class="newline"><span 
class="pcrr7t---109">--with-threads --without-x </span>(one line)
     <br class="newline"><span 
class="pcrr7t---109">make install</span>
     </li>
     <li class="enumerate"><a 
  name="x6-17020x10"></a>Get the base data files (if you don&#8217;t have them already)
     <br class="newline"><span 
class="pcrr7t---109">cd $BUILDDIR</span>
     <br class="newline"><span 
class="pcrr7t---109">setenv CVSROOT :pserver:cvsguest@rockfish.net:</span>
     <br class="newline"><span 
class="pcrr7t---109">/home/cvsroot </span>(one line)
     <br class="newline"><span 
class="pcrr7t---109">cvs login</span>
     <br class="newline">Password is &#8221;cvsguest&#8221;
     <br class="newline"><span 
class="pcrr7t---109">cvs -z3 checkout fgfsbase</span>
     </li>
     <li class="enumerate"><a 
  name="x6-17022x11"></a>Move data files (if you have them already)
     <br class="newline">just make a symlink or copy data files to &#8221;fgfsbase&#8221; in $BUILDDIR
     <br class="newline">alternatively adjust <span 
class="pcrr7t---109">--fg-root=xxx </span>parameter appropriately
                                                                     

                                                                     
     </li>
     <li class="enumerate"><a 
  name="x6-17024x12"></a>Run FlightGear
     <br class="newline"><span 
class="pcrr7t---109">cd $BUILDDIR</span>
     <br class="newline"><span 
class="pcrr7t---109">src/FlightGear/src/Main/fgfs</span></li></ol>
   <h3 class="sectionHead"><span class="titlemark">2.6</span> <a 
href="getstart.html#QQ2-6-18" name="x6-180002.6">Compiling on other systems</a></h3>
<!--l. 535--><p class="noindent">Compiling on other UNIX<a 
  name="dx6-18001"></a> systems - at least on IRIX<a 
  name="dx6-18002"></a> and on Solaris<a 
  name="dx6-18003"></a>, is pretty similar to
the procedure on Linux - given the presence of a working GNU C compiler. Especially
IRIX and also recent releases of Solaris come with the basic OpenGL libraries.<a 
  name="dx6-18004"></a>
Unfortunately the &#8221;glut&#8221; libraries are mostly missing and have to be installed separately
(see the introductory remark to this chapter). As compilation of the &#8221;glut&#8221; sources is not
a trivial task to everyone, you might want to use a pre-built binary. Everything you need
is a static library &#8221;libglut.a&#8221; and an include file &#8221;glut.h&#8221;. An easy way to make them
usable is to place them into <span 
class="pcrr7t---109">/usr/lib/ </span>and <span 
class="pcrr7t---109">/usr/include/GL/</span>. In case you insist
on building the library yourself, you might want to have a look at FreeGLUT<a 
  name="dx6-18005"></a>
<!--l. 546--><p class="indent">   <a 
href="http://freeglut.sourceforge.net/" >http://freeglut.sourceforge.net/</a>
<!--l. 549--><p class="noindent">which should compile with minor tweaks. Necessary patches might be found in
<!--l. 553--><p class="indent">   <a 
href="ftp://ftp.uni-duisburg.de/X11/OpenGL/freeglut_portable.patch" >ftp://ftp.uni-duisburg.de/X11/OpenGL/freeglut_portable.patch</a>
<!--l. 556--><p class="noindent">Please note that you do <span 
class="ptmb7t---109">not </span>want to create 64 bit binaries in IRIX with GCC (even if your
CPU is a R10/12/14k) because GCC produces a broken &#8221;fgfs&#8221; binary (in case the
compiler doesn&#8217;t stop with &#8221;internal compiler error&#8221;). Things might look better if Eric
Hofman<a 
  name="dx6-18006"></a> manages to tweak the <span 
class="ptmbi7t---109">FlightGear </span>sources for proper compiling with MIPSPro
compiler (it&#8217;s already mostly done).
<!--l. 563--><p class="indent">   There should be a workplace for Microsoft Visual C++<a 
  name="dx6-18007"></a> (MSVC6) included in the
official <span 
class="ptmbi7t---109">FlightGear </span>distribution. Macintosh<a 
  name="dx6-18008"></a> users find the required CodeWarrior<a 
  name="dx6-18009"></a> files as a
<span 
class="pcrr7t---109">.bin </span>archive at
<!--l. 568--><p class="indent">   <a 
href="http://icdweb.cc.purdue.edu/~walisser/fg/" >http://icdweb.cc.purdue.edu/<img 
src="getstart4x.gif" alt="~"  class="tilde" > walisser/fg/</a>.
<!--l. 570--><p class="indent">   Numerous (although outdated, at times) hints on compiling on different systems are
included in the source code under <span 
class="pcrr7t---109">docs-mini</span>.
   <h3 class="sectionHead"><span class="titlemark">2.7</span> <a 
href="getstart.html#QQ2-6-19" name="x6-190002.7">Installing the base package</a></h3>
                                                                     

                                                                     
<!--l. 576--><p class="noindent">If you succeeded in performing the steps named above, you will have a directory holding
the executables for <span 
class="ptmbi7t---109">FlightGear</span>. This is not yet sufficient for performing <span 
class="ptmbi7t---109">FlightGear</span>,
though. Besides those, you will need a collection of support data files (scenery,
aircraft, sound) collected in the so-called base package. In case you compiled
the latest official release, the accompanying base package is available from
<!--l. 583--><p class="indent">   <a 
href="ftp://www.flightgear.org/pub/flightgear/Shared/fgfs-base-X.X.X.tar.gz" >ftp://www.flightgear.org/pub/flightgear/Shared/fgfs-base-X.X.X.tar.gz</a>.
<!--l. 585--><p class="indent">   This package<a 
  name="dx6-19001"></a> is usually quite large (around 25 MB), but must be installed for
<span 
class="ptmbi7t---109">FlightGear </span>to run. There is no compilation required for it. Just download it to
<span 
class="pcrr7t---109">/usr/local </span>and install it with
<!--l. 589--><p class="indent">   <span 
class="pcrr7t---109">tar xvfz fgfs-base-X.X.X.tar.gz</span>.
<!--l. 591--><p class="noindent">Now you should find all the <span 
class="ptmbi7t---109">FlightGear </span>files under <span 
class="pcrr7t---109">/usr/local/Flightgear </span>in the
following directory structure:<a 
  name="dx6-19002"></a><a 
  name="dx6-19003"></a>:
<!--l. 597--><p class="indent">   <span 
class="pcrr7t---109">/usr/local/Flightgear</span>
<!--l. 599--><p class="indent">   <span 
class="pcrr7t---109">/usr/local/Flightgear/Aircraft</span>
<!--l. 601--><p class="indent">   <span 
class="pcrr7t---109">/usr/local/Flightgear/Aircraft-uiuc</span>
<!--l. 603--><p class="indent">   . . .
<!--l. 605--><p class="indent">   <span 
class="pcrr7t---109">/usr/local/Flightgear/bin</span>
<!--l. 607--><p class="indent">   . . .
<!--l. 609--><p class="indent">   <span 
class="pcrr7t---109">/usr/local/Flightgear/Weather</span>.
   <h3 class="sectionHead"><span class="titlemark">2.8</span> <a 
href="getstart.html#QQ2-6-20" name="x6-200002.8">For test pilots only: Building the CVS snapshots</a></h3>
<!--l. 616--><p class="noindent">It you are into adventures or feel you&#8217;re an advanced user, you can try one of the recent
bleeding edge snapshots<a 
  name="dx6-20001"></a><a 
  name="dx6-20002"></a> at
<!--l. 619--><p class="indent">   <a 
href="http://www.flightgear.org/Downloads/" >http://www.flightgear.org/Downloads/</a>.
<!--l. 622--><p class="noindent">In this case you have to get the most recent Snapshot from <span 
class="ptmbi7t---109">SimGear </span>at
<!--l. 626--><p class="indent">   <a 
href="http://www.simgear.org/downloads.html" >http://www.simgear.org/downloads.html</a>
<!--l. 629--><p class="noindent">as well. But be prepared: These are for development and may (and often do) contain
bugs.
<!--l. 633--><p class="indent">   If you are using these CVS snapshots, the base package named above will usually not
be in sync with the recent code and you have to download the most recent developer&#8217;s
version from
<!--l. 638--><p class="indent">   <a 
href="http://rockfish.net/fg/" >http://rockfish.net/fg/</a>.
<!--l. 641--><p class="noindent">We suggest downloading this package <span 
class="pcrr7t---109">fgfs</span>_<span 
class="pcrr7t---109">base-snap.X.X.X.tar.gz </span>to a
temporary directory. Now, decompress it using
                                                                     

                                                                     
<!--l. 646--><p class="indent">   <span 
class="pcrr7t---109">tar xvfz fgfs</span>_<span 
class="pcrr7t---109">base-snap.X.X.X.tar.gz</span>.
<!--l. 649--><p class="indent">   Finally, double-check you got the directory structure named above.
                                                                     

                                                                     
   <div class="crosslinks"><p class="noindent">[<a 
href="getstartch3.html" >next</a>] [<a 
href="getstartch1.html" >prev</a>] [<a 
href="getstartch1.html#tailgetstartch1.html" >prev-tail</a>] [<a 
href="getstartch2.html" >front</a>] [<a 
href="getstartpa1.html#getstartch2.html" >up</a>] </p></div><a 
  name="tailgetstartch2.html"></a>   
</body></html>