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: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 368 |
Nodes: | 16 (2 / 14) |
Uptime: | 54:00:23 |
Calls: | 7,887 |
Calls today: | 1 |
Files: | 12,962 |
Messages: | 5,788,821 |