clixon/etc
Renato Botelho do Couto dabf0e5918 Improve permissions and strip binaries
- Use 0755 for directories
- Use 0644 for libraries, includes and shared files
- Use -s (strip) parameter when installing binaries and libraries
2018-04-23 13:33:21 -05:00
..
clixonrc.in 2017->2018 2018-01-01 12:25:33 +01:00
Makefile.in Improve permissions and strip binaries 2018-04-23 13:33:21 -05:00
README Inital commit 2016-02-22 22:17:30 +01:00

This directory contains etc files. cliconrc is a script file that can be used to
setup a shell environment if clicon is installed in a non-standard place.
It sets up path and dynamic library links.
Example:
> tar xzf clicon.tgz
> cd clicon
> ./configure --prefix=/hello
> make
> make install
> make install-include
> cd 
> source /hello/etc/cliconrc
> clicon_config
> clicon_cli