Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 688 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 688 Bytes

phkaeser libbase

A small "standard library" for C, used for my personal projects.

To configure

cmake [-DCMAKE_INSTALL_PREFIX:PATH="${HOME}/.local"] -S . -B build

To build

(cd build && make)

To install

(cd build && make install)

Contributing

See CONTRIBUTING.md for details, and code of conduct for more.

License

Apache 2.0; see LICENSE for details.

Disclaimer

This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.