Skip to content

aplqo/cppreference-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cppreference-pdf

Generate pdf from cppreference

usage

doc source outfile

source:first html
outfile:output html path

build

Require
C++ standard:c++17
Libraries:

Target
test: Run unit test
time:Run unit test(show run time)
run:Run executable.

Option
RUN:Whether add a target to run executable.
UNIT_TEST:Whether build unit tests.

Var
RUN_HTML:The path to html file for run target.
RUN_PDF:The path to output pdf file for run target.

build command

mkdir build   
cd build   
cmake ../cppreference-pdf .   
make   

About

Generate pdf from cppreference

Resources

License

Stars

Watchers

Forks

Packages

No packages published