-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
36 lines (24 loc) · 958 Bytes
/
README.txt
File metadata and controls
36 lines (24 loc) · 958 Bytes
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
#########################################################################
# AdaWorks :: Config #
#########################################################################
# #
# This is a library for handling config files. #
# #
# #
# It's released by the GNAT Modified License. For more information#
# refer to the files: #
# . LICENSE.txt #
# . GPL.txt #
# #
# For installation instructions, pleas read the file manual.pdf #
#########################################################################
This is the new version of the KOW_Config module.
Now there is support for only .cfg files - no more XML files. In the other
hand we will implement support for:
variables inside the configuration files, such as
some_key="value"
some_other_key="${some_key} is the value of the some_key key"
and so on
Installation:
The usual ./configure && make all install
It'll install in the GNAT path.