Skip to content

littledivy/lo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • C++ 94.4%
  • Makefile 3.1%
  • C 1.4%
  • Other 1.1%