https://github.com/czoido/conan-autotools-example
Simple example using zlib Conan package with AutotoolsToolchain, AutotoolsDeps and PkgConfigDeps
https://github.com/czoido/conan-autotools-example
autotools conan pkg-config zlib
Last synced: 24 days ago
JSON representation
Simple example using zlib Conan package with AutotoolsToolchain, AutotoolsDeps and PkgConfigDeps
- Host: GitHub
- URL: https://github.com/czoido/conan-autotools-example
- Owner: czoido
- Created: 2022-02-28T09:27:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T09:52:25.000Z (about 3 years ago)
- Last Synced: 2025-02-08T21:46:07.353Z (3 months ago)
- Topics: autotools, conan, pkg-config, zlib
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Simple example using Conan zlib package with AutotoolsToolchain, AutotoolsDeps and PkgConfigDeps
```
autoreconf --install
conan install . --install-folder=conan-env
source conan-env/conanautotoolstoolchain.sh
source conan-env/conanautotoolsdeps.sh
./configure
make
src/helloworld
source deactivate_conanautotoolstoolchain.sh
source deactivate_conanautotoolsdeps.sh
```