copyright (c) 2026 ciupaga
{,} PRZECINEK WIKI
custom license
By obtaining this website, you are permitted to use and modify it for
any of your needs.
1. Contributors are encouraged to submit improvements or modifications
to the original website.
2. You may fork and publish the source code as your own, but you must
retain the original license and website information located in
the comments. If the comment indicates that there is no copyright,
then the file is not covered by the license.
3. Consequences of Non-Compliance:
a) If you fail to comply with any of the terms outlined in this license,
you may lose the rights to use, modify, and distribute this website.
b) The author reserves the right to take legal action against any party
that does not adhere to the conditions of this license.
4.:
a) "Fork" refers to creating a derivative work based on the
original website.
b) "Comments" refer to messages located in the source code. They
can usually be found at the top of the file.
This website is provided "as-is" without any warranties. The author
is not liable for any damages arising from its use.
$ pacman -Syu
$ pacman -S \
mingw-w64-ucrt-x86_64-gcc \
mingw-w64-ucrt-x86_64-cmake \
mingw-w64-ucrt-x86_64-ninja
$ pacman -S \
mingw-w64-x86_64-gcc \
mingw-w64-x86_64-cmake \
mingw-w64-x86_64-ninja
'C:\Users\user\Downloads\project'
'/c/Users/user/Downloads/project'
$ cd /c/Users/user/Downloads/project
$ ls
$ cd ..
$ cd project
$ clear
$ cmake -B build/win -G Ninja -DCMAKE_TOOLCHAIN_FILE=mingw-toolchain.cmake
$ ninja -C build/win
$ sudo apt-get install \
build-essential \
cmake \
ninja-build \
libx11-dev \
libxft-dev \
libfreetype6-dev \
libgl-dev \
libpng-dev \
libjpeg-dev
$ cmake -B build/x11 -G Ninja
$ ninja -C build/x11
$ sudo apt-get install \
mingw-w64 \
cmake \
ninja-build
$ cmake -B build/win -G Ninja -DCMAKE_TOOLCHAIN_FILE=mingw-toolchain.cmake
$ ninja -C build/win