Skip to content

plaese add boost install instruction for Gigasecond on cpp track #311

@fu7mu4

Description

@fu7mu4

CMakefile.txt in Gigasecond side exercise on cpp track requires external boost library :

# Locate Boost date_time library
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
find_package(Boost 1.59 REQUIRED COMPONENTS date_time)

But no information of boost available on README.md and exercise.
Plaese add boost install instruction for Gigasecond on cpp track.
At least some notation like that "This exercise require boost library."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions