https://github.com/acgetchell/cdt-test
CDT testbed
https://github.com/acgetchell/cdt-test
Last synced: over 1 year ago
JSON representation
CDT testbed
- Host: GitHub
- URL: https://github.com/acgetchell/cdt-test
- Owner: acgetchell
- License: mit
- Created: 2018-08-29T18:27:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T06:44:45.000Z (about 3 years ago)
- Last Synced: 2025-01-07T05:15:06.716Z (over 1 year ago)
- Language: C++
- Size: 331 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# CDT-test
[](https://github.com/acgetchell/CDT-test/actions/workflows/macos.yml)
[](https://github.com/acgetchell/CDT-test/actions/workflows/linux-gcc.yml)
[](https://github.com/acgetchell/CDT-test/actions/workflows/linux-clang.yml)
[](https://ci.appveyor.com/project/acgetchell/cdt-test)
## Setup
This project is a clean build of [CDT-plusplus] using [vcpkg]. To get started:
```bash
git clone https://github.com/acgetchell/CDT-test.git
```
Next, install [vcpkg]:
```bash
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
```
Compile via script:
```bash
cd scripts
./fast-build.sh
```
Or, if you want to build with tests:
```bash
./build.sh
```
[CDT-plusplus]:https://github.com/acgetchell/CDT-plusplus
[vcpkg]:https://github.com/Microsoft/vcpkg
[CMake]:https:://cmake.org
[Ninja]:https://ninja-build.org
[homebrew]: https://brew.sh
[CGAL]: https://www.cgal.org/
[date]: https://github.com/HowardHinnant/date
[eigen3]: https://eigen.tuxfamily.org/dox/
[CLion]: https://www.jetbrains.com/clion/
[boost]: https://www.boost.org/
[1]: https://github.com/Microsoft/vcpkg/issues/4864
[catch2]: https://github.com/catchorg/Catch2
[mpir]: http://mpir.org/
[mpfr]: https://www.mpfr.org/
[apt]: https://wiki.debian.org/Apt
[tbb]: https://github.com/intel/tbb
[2]: https://github.com/microsoft/vcpkg/issues/8626
[3]: https://github.com/microsoft/vcpkg/issues/8627
[docopt]: https://github.com/docopt/docopt.cpp
[ms-gsl]: https://github.com/microsoft/GSL