commit 89cbfbde2e1120d2984d25cced3466280219e26b
parent 48281dd476e84b168ffad84c90aa1e9e6825f358
Author: bsandro <email@bsandro.tech>
Date: Sat, 20 Dec 2025 01:29:34 +0200
fix readme
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README b/README
@@ -6,7 +6,7 @@ Requirements: C99-conformant compiler, GNU make. Day 10 part 2 requires GLPK lib
Each .c file contains both parts of the corresponding day puzzle.
-Day 10 has to be build with GLPK=1 env variable, e.g.
+Day 10 has to be built with GLPK=1 env variable, e.g.
GLPK=1 make day10
Day 11 built with clang v19.1.7 on NetBSD i386 crashes with memory error if built with -O2 or -O3 option. -O1 works fine.
@@ -22,6 +22,6 @@ Tested on different architectures and operating systems:
- arm64: Pinebook Pro with Manjaro-ARM 24.03
- arm32: Raspberry Pi CM3+ Lite 1.2GHz with old raspbian
-I've used both gcc6 and gcc-mp-14 from ports on OSX; gcc6 binaries are slower.
+On macppc I've used both gcc6 and gcc-mp-14 from ports on OSX; gcc6 binaries are slower.
Saved run times for posterity in runtimes.txt, there is a gnuplot script (runtimes.plt) to make visualization.