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: | digital man |
---|---|
Location: | Riverside County, California |
Users: | 1,035 |
Nodes: | 15 (0 / 15) |
Uptime: | 114:42:01 |
Calls: | 659 |
Calls today: | 7 |
Files: | 95,162 |
D/L today: |
1,283 files (152M bytes) |
Messages: | 299,095 |
Posted today: | 2 |