##############################################################################
# This file is part of Retaliator. #
# #
# Copyright (C) 2012, 2013, 2014 Rouven Spreckels <n3vu0r@nevux.org> #
# #
# Retaliator is free software: you can redistribute it and/or modify #
# it under the terms of the GNU Affero General Public License version 3 as #
# published by the Free Software Foundation on 19 November 2007. #
# #
# Retaliator is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU Affero General Public License for more details. #
# #
# You should have received a copy of the GNU Affero General Public License #
# along with Retaliator. If not, see <http://www.gnu.org/licenses/>. #
##############################################################################
* Description
Launcher for the flight simulator known as F29 Retaliator
* Get a Retaliator ROM
Copy following files to the rom directory:
RETAL.00
RETAL.01
X.EXE
* Optionally get the original typewritten manual
Copy at least one of the following files to the doc/manual directory:
manual.pdf
manual.html
manual.txt
* Quick start
Change to the bin directory:
cd bin
Get an overview:
./retaliator --help
* Documentation
To get a complete documatation do the following:
a) If installed:
man retaliator
b) If not installed:
man -l doc/man/retaliator.1
* Install
To install retaliator follow these instructions:
./configure --sysconfdir=/etc
make
sudo make install
* Uninstall
To uninstall retaliator follow these instructions:
sudo make uninstall
* Website
<http://retaliator.nevux.org/>
* Author
Rouven Spreckels <n3vu0r@nevux.org>