Fast-Forward Linux binaries for planutils.
./ff.gz
is a compressed binary that should run in planutils, https://github.com/AI-Planning/planutils
Current binary was done using the current Dockerfile of planutils: https://github.com/AI-Planning/planutils/commit/f17aff4215229470eb437be5fe6eaa7365362c6e
To update ./ff.gz
, you need docker
installed. Then:
make
That will:
- Build docker image based on
planutils
, buildingff
- Copy and compressing
ff
from that image into this repo.
After that, commit ff.gz
to this repo.