Compound plugin for FAR File Manager that allows users to browse various file containers and extract content from them.
This is an official repository for the project.
Download prebuilt binaries and place them in Plugins directory of your FAR Manager installation.
- MS Visual C++ 2019 Redistributable Package
- MS Windows Installer 4 or higher (for .msi files support)
- MS .NET Framework 4 (for virtual disks support)
Project is developed under MS Visual Studio 2019.
Observer modules depend on several libraries that are not supplied with sources. The easiest way to use these libraries is with vcpkg tool.
For x86 version run:
- vcpkg install zlib bzip2 glib gmime libmspack boost --triplet x86-windows
For x64 version run:
- vcpkg install zlib bzip2 glib gmime libmspack boost --triplet x64-windows
Additional requirements:
- M4 Macro Processor (must be in %PATH%).
Observer is free software: you can use it, redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.