https://github.com/craftspider/alphatools
C++ utilities for GCD and other things
https://github.com/craftspider/alphatools
Last synced: 9 months ago
JSON representation
C++ utilities for GCD and other things
- Host: GitHub
- URL: https://github.com/craftspider/alphatools
- Owner: CraftSpider
- License: mit
- Created: 2018-08-23T20:00:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T16:23:01.000Z (over 6 years ago)
- Last Synced: 2025-06-20T23:06:27.136Z (about 1 year ago)
- Language: C++
- Size: 419 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AlphaTools
[](https://ci.appveyor.com/project/CraftSpider/alphatools)
C++ utilities for GCD and other things
## Usage
### Requirements
- Cmake 3.10 or later
- Windows:
- WSL or MSVC
- Linux:
- GCC
### Building
run `cmake .` in the root directory to generate the project files, then use `make` (Linux) or `nmake` (Windows) to build the library file.
By default, making the project will also build a test_alpha_tools executable, which will run the built-in tests if executed.