Skip to content

Instantly share code, notes, and snippets.

@yazdan
yazdan / nekoray-cross-compile-notes.md
Created February 26, 2023 19:58
Nekoray cross compile notes

First try

  • Install cross compile packages on debian
     sudo apt install gcc-x86-64-linux-gnu
     sudo apt install g++-x86-64-linux-gnu
  • Create cross compile cmake toolchain named linux-x86-64-toolchain.cmake
# the name of the target operating system