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."
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."