Files
seer/tests/helloodin/README
2025-09-29 18:06:11 -05:00

19 lines
323 B
Plaintext

Test programs for the Odin language.
Download an Odin tarball release from:
https://github.com/odin-lang/Odin/releases
Copy the contents to:
/usr/local/odin
Add that path to PATH
export PATH=$PATH:$HOME/.local/bin:/sbin:/usr/local/odin/
Look at the Makefile to see how to compile/link a Odin program.