Instalacion

Clona el repositorio

$ git clone https://github.com/sanjacob/curp.git

Compilacion

Compila usando una de estas opciones:

make

$ make
$ make check

Meson

$ meson setup build && cd build
$ meson compile
$ meson test

CMake

$ cmake -B build
$ cmake --build build
$ cd build && ctest