mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
19 lines
323 B
Plaintext
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.
|
|
|
|
|