README (581B)
1 toyspp 2 ============================================================================== 3 A small collection of C++ data structures, algorithms, and macros. Written in 4 (reasonably) portable C++20. Includes basic test programs. 5 6 toyspp: Building 7 ------------------------------------------------------------------------------ 8 To build for linux, simply run `build.sh`. To build for windows (from under 9 linux), run `setup_win.sh` and then run `build_win.sh`. To clean, simply run 10 `clean.sh`. To also clean the `opt/` directory created when setting up the 11 windows SDK, run `distclean.sh`.