-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
35 lines (16 loc) · 950 Bytes
/
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
INTRODUCTION
Obnc-libext extends the basic library in OBNC with modules for accessing command line arguments and environment variables, printing to the standard error stream, converting numbers to strings and vice versa, and for customizing the trap handler.
INSTALLATION
1. Compile the library with the command
./build
2. Optionally, test the library with the command
./test
3. Install the library with the command
./install
The default destination is /usr/local. If you want to use a different location, run `./install PATH'. To undo the installation, run `./install u' or `./install u PATH'. For other installation options, run `./install -h'.
DOCUMENTATION
share/doc/obnc/obncdoc/ext/
LICENSE
The library source code of obnc-libext is released under the Mozilla Public License, see file ext/LICENSE. All other files are released under the GNU General Public License, see file COPYING.
AUTHOR
Karl Landstrom <karl@miasap.se>