Skip to content

CrowdSoundSystem/skrillex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skrillex

The database that powers CrowdSound. Rest assured, the base never dies.

Building

Building is as simple as running CMake. However, it is recommended to create a seperate directory for building. For example, from the project root:

$ mkdir build
$ cd build
$ cmake ..
$ make

Testing

Testing is done using Google Test, which is embedded in repo. To run tests, simply build the project (as shown above), and bin/skrillex-tests. For example, from the build directory:

$ make
$ bin/skrillex-tests

About

The database that powers CrowdSound. Rest assured, the base never dies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published