Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

libprimesieve examples

This directory contains C/C++ example programs that show how to generate primes using libprimesieve.

Build instructions

Run the commands below from the root primesieve directory.

cmake -DBUILD_EXAMPLES=ON .
cmake --build . --parallel