diff options
author | San Jacobs | 2023-05-17 02:57:29 +0200 |
---|---|---|
committer | San Jacobs | 2023-05-17 02:57:29 +0200 |
commit | 84cfd69cb5e3fe712f73ea51f3edf3b347918447 (patch) | |
tree | 4b1631ade237253d2c712b4476fb0e3fec6a46d7 | |
parent | 82ebfcc675eec48145a86eff2a569c1a5351cdd3 (diff) | |
download | satscalc-84cfd69cb5e3fe712f73ea51f3edf3b347918447.tar.gz satscalc-84cfd69cb5e3fe712f73ea51f3edf3b347918447.tar.bz2 satscalc-84cfd69cb5e3fe712f73ea51f3edf3b347918447.zip |
Updated readme for odin branch
-rw-r--r-- | README.md | 30 |
1 files changed, 4 insertions, 26 deletions
@@ -7,38 +7,16 @@ You put in the time you worked, and it produces a nice receipt that you can copy ## Building from source -### 🐧 Linux and MacOS 🍎 - -You'll need `gcc` and `make`. - -``` -git clone https://github.com/SanJacobs/satscalc -cd satscalc -make -``` - -And if you want to install it, do: - -``` -sudo make install -``` - -### 🪟 Windows / cross-compilation ⚡ - -You'll need `zig` (Tested with 0.9.1) and `make`. - -Using zig because MinGW/GCC can't supply .pdb files needed for debugging with RemedyBG, and clang on Windows is a pain. MSVC is even more of a pain. +You'll need `odin` ``` -git clone https://github.com/SanJacobs/satscalc -cd satscalc -make windows +odin build src/ -out:satscalc ``` -Or `make windows32` if you need a 32-bit binary. +Put `.exe` after `-out:satscalc` if you're on Windows. ## State of development -It's basically in a usable state now. +This is the odin-branch. It is not finished yet, but will hopefully have a nice comfy GUI once it is finished. Currently, the only ruleset implemented is the one for advertisement and short-term work. Others may be added in the future. |