Skip to content

c++ basic library from Google chromium 49.0.2623.112

Notifications You must be signed in to change notification settings

wangqiangcc/cppbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cppbase

c++ basic library from Google chromium 49.0.2623.112

How to compile

Windows

  1. Install cmake 2.8 or later, Download link https://cmake.org/download/
  2. Run build\vs2013_build_x86.cmd or vs2015_build_x86.cmd to compile

Linux, FreeBSD, macOS

  1. cd build
  2. chmod a+x build.sh
  3. ./build.sh