Skip to content

maoli17/cpplib

This branch is 20 commits behind zzjjzzgggg/cpplib:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 26, 2016
Mar 19, 2020
Jan 23, 2017
Apr 9, 2020
Dec 17, 2019
Jan 23, 2017
Jul 19, 2017
Jun 9, 2017
Mar 30, 2019
Mar 5, 2020
Apr 1, 2018
Mar 27, 2019
Feb 15, 2017
Dec 17, 2019
Dec 25, 2019

Repository files navigation

Introduction

A collection of useful C++ libraries.

Install on Linux

Install cmake, g++, gcc, and libgflags-dev.

sudo apt install cmake g++ gcc libgflags-dev

Then clone the repository into directory $ENV{GIT_REPO}/cpplib. Here GIT_REPO is an environment variable (e.g., defined in .zshenv).

git clone --recursive https://github.com/zzjjzzgggg/cpplib.git

Tell cmake where to find the library. This requires another repository cmake.

git clone --recursive https://github.com:zzjjzzgggg/cmake.git

Then add following line in your project CMakeLists.txt.

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} $ENV{GIT_REPO}/cmake)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.0%
  • CMake 1.8%
  • C 0.2%