Subversion Repositories public

Rev

Rev 73 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 73 Rev 83
Line 12... Line 12...
12
loans.
12
loans.
13
 
13
 
14
If you like to contribute into this project, feel free to do so. You're
14
If you like to contribute into this project, feel free to do so. You're
15
welcome.
15
welcome.
16
 
16
 
-
 
17
CREATING CONFIGURE
-
 
18
==================
-
 
19
 
-
 
20
This version of Tilgungsplan is a maintainer version and comes with no,
-
 
21
or useless "configure"-script. To create one, use the following command:
-
 
22
 
-
 
23
   make -f Makefile.cvs
-
 
24
 
-
 
25
This creates all files necessary to run "configure". If you've
-
 
26
successfully created "configure", run it and then simply "make" to
-
 
27
create the executeable "tilgungsplan".
-
 
28
 
-
 
29
If you've checked out the files out of subversion, change into directory
-
 
30
"admin" and enter the following command on the command line:
-
 
31
 
-
 
32
   chmod 755 *.pl
-
 
33
 
-
 
34
Without this, you will get an error and "make" is not able to create
-
 
35
the "configure"-script.
-
 
36
 
-
 
37
ADDING DIALOG FOR DIFFERENT INTERESTS
-
 
38
=====================================
-
 
39
 
-
 
40
By default the application will be created without the possibility to
-
 
41
enter different interests over the maturity of the amotization scheduler.
-
 
42
To anable this, enter
-
 
43
 
-
 
44
   export CPPFLAGS=-D_ZINSAENDERUNG
-
 
45
 
-
 
46
on the command line before you start "configure". The necessary dialog
-
 
47
box will then be created and the feature will be enabled.
-
 
48
 
-
 
49
IMPORTANT!!
-
 
50
===========
-
 
51
 
-
 
52
This program is currently only a beta version and not verified to work
-
 
53
correct. It is possible, that you get strange results and your
-
 
54
amortization schedule may look wrong and possibly it is! So please
-
 
55
don't trust this program and ask the advisor in your lokal bank for a
-
 
56
correct amortization schedule!!
-
 
57
 
-
 
58
THIS AND THAT
-
 
59
=============
-
 
60
 
17
In case of questions or suggestions write an e-mail to
61
In case of questions or suggestions write an e-mail to
18
 
62
 
19
   andreas@theosys.at
63
   Andreas Theofilu <andreas@theosys.at>
20
 
64
 
21
The author:
-
 
22
   Andreas Theofilu
-