I cloned the hpt tree from GIY HUB, and tryied to build it against
the 20210213
Did I have to build all the environment from GIT?
Yes, you have to update everything using `git pull` and then build and install everything:
$ cat build_all
#!/bin/sh
build()
{
git pull
make
sudo make install
make distclean
}
for subproject in huskylib smapi fidoconf areafix hpt
do
pushd $subproject
build
popd
done
| Sysop: | Gate Keeper |
|---|---|
| Location: | Shelby, NC |
| Users: | 802 |
| Nodes: | 20 (0 / 20) |
| Uptime: | 50:41:05 |
| Calls: | 13,294 |
| Calls today: | 1 |
| Files: | 5,294 |
| D/L today: |
16 files (16,974K bytes) |
| Messages: | 602,647 |