From 8ebdc95621bc61fdf3c98cd7ae4ddca67398df23 Mon Sep 17 00:00:00 2001 From: bonmas14 Date: Sat, 23 Aug 2025 01:28:41 +0300 Subject: Ungrateful changes, added more stuff --- USAGE.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'USAGE.md') diff --git a/USAGE.md b/USAGE.md index 706b9c3..bc06f69 100644 --- a/USAGE.md +++ b/USAGE.md @@ -12,16 +12,32 @@ It will create include folder and copy all of the headers, create lib folder and - Don't use *_internal.h files, as they are only for implementation and could add fun things as windows.h +# GCC + +Basically after running `build.sh` just compile your code with adding link path and include path. + +## Arch + +``` +sudo pacman -S base-devel +``` + +## Debian + +``` +sudo pacman -S build-essentials +``` + # MSVC -Here are warnings you should disable: +Note: Tested on VS2022 with compiler 19.39.33523 +Disable these warnings: ``` -/wd4244 +/wd4244 /wd5105 ``` Also here are defines: - ``` /D _CRT_SECURE_NO_WARNINGS /D _UNICODE /D UNICODE ``` -- cgit v1.2.3-70-g09d2