doublecmd/plugins/wcx/unrar
btwise 80695aad13
UPD: Chinese translation (#124)
* Added incomplete Chinese localization translation

* Add FTP Chinese localization file
2021-06-29 20:48:17 +03:00
..
language UPD: Chinese translation (#124) 2021-06-29 20:48:17 +03:00
src UPD: Rar plugin - faster cancel packing 2020-06-14 15:53:02 +00:00
readme.txt UPD: Set svn:eol-style property to "native" 2012-08-19 15:11:56 +00:00

For using this plugin you need unrar library. You can download it from
http://www.rarlab.com/rar_add.htm

Windows:
  Download "UnRAR.dll" - Self-extracting archive UnRARDLL.exe, unpack it
  and copy unrar.dll in Double Commander (or %windir%\system32) directory  
Linux:
   Download "UnRAR source" unrarsrc-x.x.x.tar.gz, unpack it:
   $ tar -xf unrarsrc-x.x.x.tar.gz
   go to "unrar" directory:
   $ cd unrar
   make symlink makefile.unix -> makefile:
   $ ln -s makefile.unix makefile
   set CXX environment variable to "g++ -DSILENT"
   $export CXX="g++ -DSILENT"
   and build library: 
   $ make lib
   After compiling, copy "libunrar.so" in "/usr/lib" directory:
   $ cp libunrar.so /usr/lib/libunrar.so