/nse

Primary LanguageC++

How to compile and run

Gentoo

  1. Install crossdev: emerge -av crossdev
  2. Install the toolchain: crossdev --target x86_64-w64-mingw32

macOS

  1. Install mingw: brew install mingw-w64

Compile

  1. Compile: x86_64-w64-mingw32-g++ -std=c++20 main.cpp -o nse -mwindows -municode -lxmllite -lshlwapi -static
  2. Run: wine ./nse.exe