sammycage / plutosvg

Tiny SVG rendering library in C
MIT License
247 stars 17 forks source link

no install command cmake scripts #4

Closed steprun closed 1 month ago

steprun commented 2 years ago

no install command cmake scripts, could add it?

Shumpert820 commented 2 years ago

no install command cmake scripts, could add it?

see README.md

sammycage commented 2 years ago

no install command cmake scripts, could add it?

@Shumpert820 maybe he is referring to make install

sammycage commented 1 month ago

To install the project on your system, follow these steps:

git clone https://github.com/sammycage/plutosvg.git
cd plutovg
meson setup build
ninja -C build
ninja -C build install

This will clone the repository, set up the build environment, and install the project.