littledivy / lo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prerequisites

linux/macos

  • gcc/g++ or clang/clang++
  • make
  • curl
  • gunzip

windows

building

linux

gcc/x64

make cleanall lo

arm64

make ARCH=arm64 cleanall lo

clang

make C="clang" CC="clang++" clean lo

ccache and mold for fast rebuilds

mold -run make C="ccache gcc" CC="ccache g++" lo

macos

x64

make cleanall lo

arm64

make ARCH=arm64 cleanall lo

windows

About

License:MIT License


Languages

Language:C++ 94.4%Language:Makefile 3.1%Language:C 1.4%Language:JavaScript 0.9%Language:Assembly 0.2%