To properly work with this project, ensure you have the following installed on your device:
- Boost
- CMake
Follow these steps to build and run the project:
-
Create a build directory:
mkdir build
-
Navigate to the build directory:
cd build
-
Run CMake to configure the project:
cmake ..
-
Compile the project using
make
:make
-
Run the executable with a specified file:
./MyExecutable <some.file>
-
To process a .zipo file and extract its contents, use the following command:
./MyExecutable <out.zipo>
Replace <some.file>
with the actual file you want to process.
- Make sure Boost libraries are correctly linked in your CMake configuration.
- Ensure that all required dependencies are installed and properly configured.
If you encounter any issues during the build process, consider the following steps:
- Verify that Boost is installed and accessible.
- Check that CMake is installed and available in your system's PATH.
- Ensure all dependencies are up to date and compatible with your system.
For further assistance, refer to the project's documentation or seek help from the community.