https://github.com/rsdoiel/obnc-lib
This is a mirror of obnc-lib as found at https://miasap.se/obnc/
https://github.com/rsdoiel/obnc-lib
Last synced: 2 months ago
JSON representation
This is a mirror of obnc-lib as found at https://miasap.se/obnc/
- Host: GitHub
- URL: https://github.com/rsdoiel/obnc-lib
- Owner: rsdoiel
- License: gpl-3.0
- Created: 2022-05-16T18:56:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T19:11:29.000Z (about 3 years ago)
- Last Synced: 2025-02-16T07:13:16.018Z (4 months ago)
- Language: Shell
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
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