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: | altere |
|---|---|
| Location: | Houston, TX |
| Users: | 74 |
| Nodes: | 4 (0 / 4) |
| Uptime: | 06:03:29 |
| Calls: | 2,040 |
| Calls today: | 2 |
| Files: | 9,346 |
| D/L today: |
4 files (46K bytes) |
| Messages: | 319,321 |