yeongjukang / h3-odin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

H3-Odin

Installation guide for OS X and Linux

  • For amd64 arch linux and OS X, you can use the library as soon as clone the repository.
  • For unsupported environments, please follow the guide below
    • Build h3
    • Copy libh3.a from $H3_PROJECT_ROOT/build/lib/libh3.a to h3-odin/_gen
    • Update procedures.odin properly
  • Run basic examples after installation
# run basic tests
cd examples
odin test .

About


Languages

Language:C 68.9%Language:Odin 22.9%Language:Python 8.2%