# pavao-src
Contains the source code to build the libsmbclient statically to vendor it into the pavao-sys crate.
<p align="center">
<a href="https://www.gnu.org/licenses/gpl-3.0"
><img
src="https://img.shields.io/badge/License-GPLv3-blue.svg"
alt="License-GPLv3"
/></a>
<a href="https://github.com/veeso/pavao/stargazers"
><img
src="https://img.shields.io/github/stars/veeso/pavao.svg?style=plain"
alt="Repo stars"
/></a>
<a href="https://crates.io/crates/pavao-src"
><img
src="https://img.shields.io/crates/d/pavao-src.svg"
alt="Downloads counter"
/></a>
<a href="https://crates.io/crates/pavao-src"
><img
src="https://img.shields.io/crates/v/pavao-src.svg"
alt="Latest version"
/></a>
<a href="https://ko-fi.com/veeso">
<img
src="https://img.shields.io/badge/donate-ko--fi-red"
alt="Ko-fi"
/></a>
</p>
</p>
## Requirements
**these packages should be necessary on Linux**:
- bison
- build-essential
- flex
- libacl1-dev
- libarchive-dev
- libbsd-dev
- libcap-dev
- libcups2-dev
- libdbus-1-dev
- libglib2.0-dev
- libgnutls28-dev
- libicu-dev
- libjansson-dev
- libkeyutils-dev
- libldap2-dev
- libntirpc-dev
- libpam0g-dev
- libtracker-sparql-3.0-dev
- make
- pkg-config
- python3
- zlib1g-dev
and these on **MacOS**:
- bison
- cpanminus
- cups
- flex
- gettext
- gmp
- gnutls
- icu4c
- jansson
- libarchive
- libbsd
- libunistring
- libgit2
- libtirpc
- openldap
- pkg
- zlib
## License 📃
Pavão-src is licensed under the GPLv3 license.
You can read the entire license [HERE](LICENSE)