readme.txt 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Portable UnRAR version
  2. 1. General
  3. This package includes freeware Unrar C++ source and makefile for
  4. several Unix compilers.
  5. Unrar source is subset of RAR and generated from RAR source automatically,
  6. by a small program removing blocks like '#ifndef UNRAR ... #endif'.
  7. Such method is not perfect and you may find some RAR related stuff
  8. unnecessary in Unrar, especially in header files.
  9. If you wish to port Unrar to a new platform, you may need to edit
  10. '#define LITTLE_ENDIAN' in os.hpp and data type definitions
  11. in rartypes.hpp.
  12. if computer architecture does not allow not aligned data access,
  13. you need to undefine ALLOW_NOT_ALIGNED_INT and define
  14. STRICT_ALIGNMENT_REQUIRED in os.h.
  15. UnRAR.vcproj and UnRARDll.vcproj are projects for Microsoft Visual C++.
  16. UnRARDll.vcproj lets to build unrar.dll library.
  17. 2. Unrar binaries
  18. If you compiled Unrar for OS, which is not present in "Downloads"
  19. and "RAR extras" on www.rarlab.com, we will appreciate if you send
  20. us the compiled executable to place it to our site.
  21. 3. Acknowledgements
  22. This source includes parts of code written by other authors.
  23. Please see acknow.txt file for details.
  24. 4. Legal stuff
  25. Unrar source may be used in any software to handle RAR archives
  26. without limitations free of charge, but cannot be used to re-create
  27. the RAR compression algorithm, which is proprietary. Distribution
  28. of modified Unrar source in separate form or as a part of other
  29. software is permitted, provided that it is clearly stated in
  30. the documentation and source comments that the code may not be used
  31. to develop a RAR (WinRAR) compatible archiver.
  32. More detailed license text is available in license.txt.