Skip to content

wanqin88/base

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platforms

  • Windows XP or later, Linux, MacOS X

How to build

  • git clone https://github.com/cloudpeak/base03.git
  • mkdir build
  • cd build
  • Visual Studio 2019 Win64
    • cmake -G "Visual Studio 16 2019" .. -DCMAKE_BUILD_TYPE=RELEASE
  • Visual Studio 2015 Win64
    • cmake -G "Visual Studio 14 2015 Win64" ../base03 -DCMAKE_BUILD_TYPE=RELEASE
  • Visual Studio 2015 Win32
    • cmake -G "Visual Studio 14 2015" ../base03 -DCMAKE_BUILD_TYPE=RELEASE
  • Visual Studio 2008 Win32
    • cmake -G "Visual Studio 9 2008" ../base03 -DCMAKE_BUILD_TYPE=RELEASE
  • GCC or Clang
    • cmake ../base03 -DCMAKE_BUILD_TYPE=RELEASE && make

About

base library from Chromium, C++98(2003) only, no C++1x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.9%
  • Makefile 2.5%
  • Python 2.0%
  • Objective-C++ 2.0%
  • Objective-C 1.2%
  • Java 0.5%
  • Other 0.9%