Commit graph

16 commits

Author SHA1 Message Date
ef3da25fb5 configure: use gcc over cc
We don't know what the system cc supports in terms of command line
flags, it could be tcc for all we know. Aiming for gcc over cc allows
the build to succeed when cc is not gcc or clang, but the user can
always override it themselves with the -c configure switch.
2024-02-27 18:44:43 +13:00
90701bf0ef readme: revise 2024-02-27 18:43:59 +13:00
e86912a601 configure: add -w and -W flags for selecting libraries to support
-wreadline will build in support for libreadline, for example
2024-02-27 18:04:18 +13:00
1d15eec7f8 add contributing section to readme 2024-02-12 16:25:09 +13:00
751fca09e1 switch to modular configure-based buildsystem 2024-01-25 21:12:12 +13:00
bee1a5f180 fix readme 2024-01-25 19:39:46 +13:00
dfe3e57d1c minor cleanups and fixes
notably: remove the broken socket module and remove CALLISTO_OSLIBNAME
and CALLISTO_MATHLIBNAME
2023-12-23 13:20:32 +13:00
1b9db30bb8 Improve readme 2023-08-10 11:02:43 +12:00
9108a9f707 Add note about Nix flake in README.md 2023-08-03 13:00:43 +12:00
7a2db8166b "refactor" readme 2023-08-01 17:57:24 +12:00
fa8d6035c5 Improve README.md again 2023-07-26 09:32:46 +12:00
f479ad5102 Improve README.md 2023-07-26 08:40:30 +12:00
c09a47f790 Define LUA_USE_POSIX 2023-07-24 12:09:37 +12:00
32ad743d61 Update dependency information in README.md 2023-07-18 12:55:44 +12:00
2cb636f59d Remove libbsd and libdl as a runtime dependency in readme
Now the functions needed from libbsd are supplied by util.c,
and libdl is built into libc. Linking with -ldl causes errors
on some BSDs anyway.
2023-06-27 12:35:21 +12:00
17ee021cf0 Create README.md 2023-06-25 19:25:16 +12:00