-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathREADME
45 lines (25 loc) · 1.31 KB
/
README
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
------------------------------------------------------
jAnrufmonitor 5.0
Website: http://www.janrufmonitor.de
Author: Thilo Brandt ([email protected])
------------------------------------------------------
This github repository contains the source files and build infrastructure of jAnrufmonitor 5.0 (Patch 30+). This software was originally developed as freeware and is now under social coding.
For any commercial usage of this source, the author must be notified and referenced by the commercial product or company.
Please refer also to the software licence agreement located in the guthub repository under ./kernel/core/deployment/all/license.txt.
-----
Required Software for building/compiling jAnrufmonitor 5.0:
Java JDK 1.5+ (http://www.oracle.com/technetwork/java/javase/downloads/index.html)
Apache Ant 1.8+ (http://ant.apache.org/bindownload.cgi)
-----
Build process:
There is a default target "publish" defined in the central build.xml file, which publishes all jAnrufmonitor variants (CAPI, TAPI, AVM Fritz!Box Fon) on all applicable OS platforms to the published/_current/ folder. Always the latest Version gets builds.
Recommended target commands:
bash>ant
or
bash>ant publish
For dedicated OS depended builds call
bash>ant publish_<os><arch>
e.g.
bash>ant publish_win32
or
bash>ant publish_linux64