Skip to content
/ OSS Public

Operating System Services - The OS abstraction library you've never needed......

License

Notifications You must be signed in to change notification settings

vimmy-io/OSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSS : Operating System Services

The OS abstraction library you've never needed. Windows & Linux only.

Getting Started

  • Run get_latest_deps.sh to pull down 3rd party dependencies from Github. Use [-s|--ssh] to use ssh.
  • mkdir build && cd build
  • cmake -G "Your Favourite Build Type" ../ Supported options are (OFF by default): -D<OPTION>=ON
    • OSS_ENABLE_BENCHMARKING - Creates sample Google Benchmark project
    • OSS_ENABLE_TESTING - Creats sample Google Test project
    • OSS_USE_LIBCXX - Sets -stdlib=libc++ for Clang only

About

Operating System Services - The OS abstraction library you've never needed......

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published