Skip to content

CuarzoSoftware/Cuarzo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Cuarzo Framework

Cuarzo is released under the LGPLv2.1 license. Current Cuarzo version.

This repository serves as a centralized place for building the Cuarzo framework, ensuring version compatibility across its subprojects.

Build

$ git clone --recurse-submodules https://github.com/CuarzoSoftware/Cuarzo.git
$ cd Cuarzo
$ meson setup builddir -Dbuildtype=release --wrap-mode=forcefallback
$ cd builddir
$ meson compile -j $(nproc)
$ meson install

Uninstall

$ cd builddir
$ sudo ninja uninstall

About

The Cuarzo Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages