My Generic Framework
Find a file
2023-12-03 23:29:35 +01:00
.vscode Added ConsoleRicuhString functionality, and custom text styling language 2023-12-02 01:45:43 +01:00
extra Fixed make_and_run script to work on Windows 2023-11-30 15:47:29 +01:00
licences First Commit 2023-10-17 23:31:17 +02:00
src Added basic RegEx functionality + RegexRichString 2023-12-03 23:29:35 +01:00
tools Added basic RegEx functionality + RegexRichString 2023-12-03 23:29:35 +01:00
.gitignore First Commit 2023-10-17 23:31:17 +02:00
CMakeLists.txt Added ConsoleRicuhString functionality, and custom text styling language 2023-12-02 01:45:43 +01:00
compile Added basic RegEx functionality + RegexRichString 2023-12-03 23:29:35 +01:00
README.md Added basic RegEx functionality + RegexRichString 2023-12-03 23:29:35 +01:00

OmniaFramework

Compile instructions on Windows

Step 1: download MSYS2 from https://www.msys2.org/ and install it

Step 2: run MSYS2, and in the terminal run:

pacman -Syuu
pacman -S --needed base-devel mingw-w64-ucrt-x86_64-clang mingw-w64-ucrt-x86_64-gdb mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-sfml mingw-w64-ucrt-x86_64-make mingw-w64-ucrt-x86_64-boost

Step 3: open a UCRT64/MSYS2 command prompt inside the root directory of the project

Step 4: execute this command:

./compile