|
Veritable Lasagna
An Allocator & Data Structure Library for C.
|
This guide covers the basics of getting Veritable Lasagna into your project, including repository location, dependencies, and various integration options.
The official source code for Veritable Lasagna is hosted on GitHub: https://github.com/walkerje/veritable_lasagna.git
You can clone the repository using:
To build and use Veritable Lasagna, ensure your environment meets these requirements:
Veritable Lasagna can be integrated using Conan. To build the package and run the built-in test recipe:
In your own CMakeLists.txt, you can then use:
The easiest way to integrate Veritable Lasagna without external package managers is to add it as a subdirectory or a git submodule.
Then, in your CMakeLists.txt:
For a standard system-wide installation:
After installation, you can use find_package(VLasagna REQUIRED) as shown in the Conan section.
To verify your installation, you can build and run the included tests: