Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
speed-axel committed Sep 10, 2014
1 parent 6b9989b commit 509fc85
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 20 deletions.
18 changes: 9 additions & 9 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# $Id$
=============================
= A Basic Test Installation =
=============================

=========================
A Basic Test Installation
=========================

Preconditions for self compiling KFlog4 under Ubuntu 13.04:
Preconditions for self compiling KFlog under Ubuntu 14.04:

1. It should be installed the following Qt 4.8.x packages:

Expand All @@ -15,7 +13,7 @@ Preconditions for self compiling KFlog4 under Ubuntu 13.04:

sudo apt-get install <package-name> ...

The simplest way to compile this package in Ubuntu 13.04 is:
The simplest way to compile the source code in Ubuntu or Debian is:

1. 'cd' into the directory containing the package's source code and type
'make -f Makefile.qmake all'
Expand All @@ -26,7 +24,7 @@ The simplest way to compile this package in Ubuntu 13.04 is:
directory and can be accessed by typing 'cd ~/KFLog/'. The map files are
stored in different subdirectories under the subdirectory mapdata.
Landscape and airfield files are downloaded automatically. Airspace
files have to be installed by hand.
files have to be installed by hand or over the setup airspace page.

3. You can remove the program binaries and object files from the
source code directory by typing 'make -f Makefile.qmake distclean'.
Expand All @@ -37,6 +35,8 @@ You can use the following command to get the sources of KFLog as git repository.

Please report found bugs on GitHub: https://github.com/kflog-project/KFLog/issues

You can find for more information about KFLog at www.kflog.org.
To do that you need a GitHub account.

You can find more information about KFLog at www.kflog.org.

Have fun with KFlog ...
14 changes: 6 additions & 8 deletions INSTALL-windows
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# $Id: INSTALL-windows 1405 2012-05-24 21:14:55Z matthias $

====================================
A Basic Test Installation on Windows
====================================

Preconditions for self compiling KFlog4 under Windows 7:
Preconditions for self compiling KFlog under Windows 7:

1. Install QT SDK 4.8.0 (select mingw 32bit as compiler)

Expand All @@ -16,15 +15,14 @@ The simplest way to compile this package in Windows 7 is:

3. Hit compile and wait until you're done :)

You can checkout the latest sources by using subversion. Use the following
command to do that:
You can use the following command to get the sources of KFLog as git repository.

svn co https://svn.kflog.org/svn/repos/kflog2/qt4/trunk
git clone https://github.com/kflog-project/KFLog.git

Please report found bugs on our KFLog mailing list. Under the link
Please report found bugs on GitHub: https://github.com/kflog-project/KFLog/issues

http://www.kflog.org/kflog
To do that you need a GitHub account.

you can find for more information about KFLog.
You can find for more information about KFLog at www.kflog.org.

Have fun with KFlog ...
5 changes: 2 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
$Id$

=============
Current state
=============

- KFLog is ported now fully to Qt4 without using any Qt3 support library parts.
- KFLog is ported fully to Qt4 without using any Qt3 support library parts.
Not all parts are tested in detail. Some parts can be unstable.

Known bugs
Expand Down

0 comments on commit 509fc85

Please sign in to comment.