SergiiPolokhalo / xTRD-xSCL-far2l

far2l (Linux Far Manager) version of xTRD and xSCL plugins for ZX Spectrum TR-DOS disk images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xTRD and xSCL Far plugins for Far2l (Linux)

This is a port of famous Far plugins xSCL and xTRD by HalfElf and Alexander Medvedev to Linux version of the Far Manager. These plugins allow one to work with .TRD and .SCL files as archives and easily extract or add files.

Build

To build the plugins run following command in xSCL and xTRD directories

make FAR_PATH=/usr/src/far2l

Here /usr/src/far2l is your Far source tree location.

Then perform following steps:

  • Create /Plugins/xSCL/plug and /Plugins/xTRD/plug directories.
  • Put ./xSCL/xSCL.far-plug-mb and contents of ./xSCL/res to /Plugins/xSCL/plug directory.
  • Put ./xTRD/xTRD.far-plug-mb and contents of ./xTRD/res to /Plugins/xTRD/plug directory.
  • Run Far and make sure that the new configuration entries appeared in Configure Plugins window.

Prebuilt version

You can also try to use prebuild version of plugin. Just unpack this archive to /Plugins directory of your Far installation.

I hope it will work in many cases because the plugins use only libc, liobm, libgcc, libstdc++ libraries. But of course I cannot guarantee anything, so use at your own risk.

About

far2l (Linux Far Manager) version of xTRD and xSCL plugins for ZX Spectrum TR-DOS disk images


Languages

Language:C++ 99.5%Language:Makefile 0.5%