File: README.md

package info (click to toggle)
primesieve 11.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 972 kB
  • sloc: cpp: 8,219; ansic: 723; sh: 197; makefile: 88
file content (15 lines) | stat: -rw-r--r-- 294 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.

```sh
cmake -DBUILD_EXAMPLES=ON .
make -j
```