Skip to content
/ lo Public
forked from just-js/lo

it's JavaScript Jim, but not as we know it. 👾

License

Notifications You must be signed in to change notification settings

xyloflake/lo

 
 

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

  • install chocolatey run in powershell terminal as administrator
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
  • install make
choco install make
  • install visual studio or msbuild
  • open an 'x64 Native Tools' command prompt as described here
make cleanall lo.exe test

About

it's JavaScript Jim, but not as we know it. 👾

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 40.8%
  • C 31.6%
  • C++ 24.7%
  • Assembly 2.2%
  • Makefile 0.7%