https://github.com/cnangel/python-libconfig
Python bindings to the C++ library libconfig
https://github.com/cnangel/python-libconfig
Last synced: 3 months ago
JSON representation
Python bindings to the C++ library libconfig
- Host: GitHub
- URL: https://github.com/cnangel/python-libconfig
- Owner: cnangel
- Created: 2010-04-19T04:14:48.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T08:58:23.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T11:01:27.841Z (7 months ago)
- Language: C++
- Homepage: http://my.huhoo.net/study
- Size: 13.7 KB
- Stars: 9
- Watchers: 5
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
python-libconfig
Python bindings to the C++ library libconfig
INSTALLATION
First install libconfig and its development files.
Redhat: yum install libconfig libconfig-devel python-devel -y
Debian: apt-get libconfig libconfig-devel python-devel
openSUSE: zypper install libconfig8 libconfig-devel python-devel
(available in the Packman repository)On other platforms, you can compile libconfig from source:
http://www.hyperrealm.com/libconfig/
Instructions:
wget http://www.hyperrealm.com/libconfig/libconfig-1.3.2.tar.gz
tar -zxf libconfig-1.3.2.tar.gz
cd libconfig-1.3.2
export MYPREFIX=/usr
# or if you lack privileges for making system-wide changes:
# export MYPREFIX=$HOME/local
./configure --prefix=$MYPREFIX
make
make installTo install this module, run the following commands:
python setup.py build
python setup.py install
SEE ALSO
You can also look for Perl bindings information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Conf-LibconfigAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Conf-LibconfigCPAN Ratings
http://cpanratings.perl.org/d/Conf-LibconfigSearch CPAN
http://search.cpan.org/dist/Conf-Libconfig/COPYRIGHT AND LICENCE
Copyright (C) 2010 cnangel
This program is released under the following license: bsd