CMake and README updated

This commit is contained in:
2026-05-03 14:33:40 +02:00
parent 116c622b8b
commit d481713047
2 changed files with 7 additions and 5 deletions
+4 -3
View File
@@ -5,10 +5,11 @@
### Requirements
- build tool:
- `cmake >= 3.15.0`
- `cmake >= 4.2.2`
- compiler:
- `gcc >= 9.2.0`
- `clang >= 9.0.0`
- `x86_64-mcf-seh-rev1 >= 15.2.0`
### Current features
@@ -25,9 +26,9 @@
- `c0ding::algorithm::sort` algorithms (only partially done)
- `c0ding::algorithm::quick` sort algorithm
### Currently planned features
### Current planned features
- `c0ding::networking` library (based on `boost::asio`)
- `c0ding::networking` library (based on `std::asio`)
- `c0ding::algorithm` library
- `c0ding::algorithm::sort` algorithms
- `c0ding::algorithm::heap` sort algorithm