Installation Methods
Using installation script (requires sudo access)
-
Dependencies i. Git
-
Clone the repository
- Run the installation script
- Run panmanUtils
Note
panmanUtils is built using CMake and depends upon libraries such as Boost, cap'n proto, etc, which are also installed in installationUbuntu.sh
. If users face version issues, try using the docker methods detailed below.
Using Docker Image
To use panmanUtils in a docker container, users can create a docker container from a docker image, by following these steps
- Dependencies i. Docker
- Pull the PanMAN docker image from DockerHub
- Build and run the docker container
- Run panmanUtils
Note
The docker image comes with preinstalled panmanUtils and other tools such as PanGraph, PGGB, and RIVET.
Using DockerFile
Docker container with preinstalled panmanUtils can also be built from DockerFile by following these steps
- Dependencies i. Docker ii. Git
- Clone the repository
- Build a docker image
- Build and run docker container
- Run panmanUtils