update libflint path

This commit is contained in:
Evan Burkey 2024-08-13 08:24:30 -07:00
parent 31129c5916
commit 7f51a2bb8a
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "lib/libflint"] [submodule "lib/libflint"]
path = lib/libflint path = lib/libflint
url = https://git.fputs.com/fputs/libflint url = https://git.burkey.co/eburk/libflint
[submodule "lib/uthash"] [submodule "lib/uthash"]
path = lib/uthash path = lib/uthash
url = https://github.com/troydhanson/uthash url = https://github.com/troydhanson/uthash

View File

@ -6,7 +6,7 @@ Advent Of Code solutions using C99. Builds and runs on macOS, Linux, and OpenBSD
Be sure to clone the project with its submodules: Be sure to clone the project with its submodules:
git clone --recurse-submodules https://git.fputs.com/fputs/advent git clone --recurse-submodules https://git.burkey.co/eburk/advent
This project relies on several BSD extensions to the stdlib. OpenBSD and macOS users should be able to build the project out of the box. Linux users will need `libbsd` installed. The package is called `libbsd-dev` on Debian-based systems. This project relies on several BSD extensions to the stdlib. OpenBSD and macOS users should be able to build the project out of the box. Linux users will need `libbsd` installed. The package is called `libbsd-dev` on Debian-based systems.