-
Notifications
You must be signed in to change notification settings - Fork 10
Building from Source
radj307 edited this page Nov 30, 2021
·
26 revisions
The project was made using VS2022 on x64 Windows.
Requires C++20
-
SharedLib
Contains my string library & variadic/concept template helper header. -
cli-opt-lib
Used for parsing commandline options -
cpp-file-parser
Used for reading, writing, & parsing files. -
TermAPI
Used for displaying colors in the terminal, as well as other escape-sequence-related functions. -
libunistd
Required on windows for full winsock functionality.