Menu

Tree [a82c4c] default tip /
 History

Read Only access


File Date Author Commit
 projects 2010-05-11 bjschack bjschack [0df419] Changed DOS line endings to Unix line endings.
 slimgear 2018-12-02 ludd@debian ludd@debian [d4e536] Added <string.h> includes.
 src 2024-03-18 Brian Schack Brian Schack [c8f6a9] Added LOC_GS and LDA_GS to ILS::operator<<; add...
 tests 2024-03-18 Brian Schack Brian Schack [a82c4c] Test sets for navaid testing (navdata_0 at the ...
 .hgeol 2016-08-10 Brian Schack Brian Schack [7294db] Added .hgeol file (users should enable the hgeo...
 .hgignore 2017-10-18 Brian Schack Brian Schack [16b700] Added a few more config files to ignore.
 .hgtags 2024-01-07 Brian Schack Brian Schack [2ef53c] Added tag V0.6.3 for changeset ced8f835bc2c
 AUTHORS 2002-01-06 molv molv [ffd556] updated
 COPYING 2001-06-29 stevefalco stevefalco [f2d19d] New files needed for successful build.
 ChangeLog 2000-08-11 curt curt [6245f5] Initial revision
 INSTALL 2017-10-18 Brian Schack Brian Schack [463360] INSTALL file was updated (by autoreconf I think).
 Makefile.am 2023-12-29 Brian Schack Brian Schack [e9358d] Added tests subdirectory as an optionally-built...
 NEWS 2024-01-07 Brian Schack Brian Schack [ced8f8] Updated for version V0.6.3.
 README 2024-01-12 Brian Schack Brian Schack [2db840] Added note about tests directory.
 configure.ac 2024-01-07 Brian Schack Brian Schack [91fc25] Added check for strsep() (used by Tokenizer). ...

Read Me

Welcome to the Atlas project.
===================================================

The primary web page for this project is: http://atlas.sourceforge.net

For basic installation instructions see the "INSTALL" file.

To use the Atlas program, you must have some of the scenery from FlightGear
(a freeware flight simulator) installed. These files can be found at the
FlightGear homepage: http://www.flightgear.org

You might need to help Atlas find the FlightGear base data directory
(often /usr/local/lib/FlightGear).  If your FlightGear base
directory is somewhere else, you can either set the FG_ROOT environment
variable, or use the --fgroot=path command-line option to specify the
FlightGear base directory.

To build under Unix, follow these steps:

	autoreconf --install
	./configure
	make
	make install

The `configure' shell script accepts a few Atlas-specific options:

`--with-fgbase=prefix'    specify the location of the FlightGear base package

   This points the root directory of the FlightGear installation (the
   directory which includes sub-directories such as Aircraft,
   Airports, Docs, Scenery, etc.)

`--with-plib=prefix'      specify the prefix path to plib

   If you use this option, `configure' expects to find two
   subdirectories here: `include/plib' (containing header files) and
   `lib' (containing libraries).

`--with-libcurl=prefix'   specify the prefix path to libcurl

`--enable-tests'	build programs in the `tests' directory

   This is disabled by default, and is only of interest to developers.

This project is GPL'd.  For complete details on our licensing please
see the "COPYING" file.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.