You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ryzom-core/code/nel/3rdparty/seven_zip
kaetemi 8e4edcb954 Merge branch 'develop' into feature/streamed-package 5 years ago
..
7zAlloc.cpp Merge branch 'develop' into feature/streamed-package 5 years ago
7zAlloc.h Merge branch 'develop' into feature/streamed-package 5 years ago
7zBuffer.cpp Move 7zip library 10 years ago
7zBuffer.h Move 7zip library 10 years ago
7zCrc.cpp Merge branch 'develop' into feature/streamed-package 5 years ago
7zCrc.h Merge branch 'develop' into feature/streamed-package 5 years ago
7zDecode.cpp Move 7zip library 10 years ago
7zDecode.h Move 7zip library 10 years ago
7zExtract.cpp Move 7zip library 10 years ago
7zExtract.h Move 7zip library 10 years ago
7zHeader.cpp Move 7zip library 10 years ago
7zHeader.h Move 7zip library 10 years ago
7zIn.cpp Move 7zip library 10 years ago
7zIn.h Move 7zip library 10 years ago
7zItem.cpp Move 7zip library 10 years ago
7zItem.h Move 7zip library 10 years ago
7zMain.cpp Merge branch 'develop' into feature/streamed-package 5 years ago
7zMethodID.cpp Move 7zip library 10 years ago
7zMethodID.h Move 7zip library 10 years ago
7zTypes.h Merge branch 'develop' into feature/streamed-package 5 years ago
BranchTypes.h Move 7zip library 10 years ago
BranchX86.cpp Move 7zip library 10 years ago
BranchX86.h Move 7zip library 10 years ago
CMakeLists.txt Move 7zip library 10 years ago
LzmaDecode.cpp Move 7zip library 10 years ago
LzmaDecode.h Move 7zip library 10 years ago
LzmaRamDecode.cpp Move 7zip library 10 years ago
LzmaRamDecode.h Move 7zip library 10 years ago
LzmaTypes.h Move 7zip library 10 years ago
readme.txt Move 7zip library 10 years ago

readme.txt


This is an extract of some files from the 7zip SDK.

At time of writing (2007-01-12) there is no dll or library project in the 7zip 
distribution (lzma443), so I build a custum project and copied in the 7zip 
files needed to do 7zip/lzma extraction.

To update this library, download the latest 7zip SDK and copy all file from 
	<lzma-sdk>/C/7zip/Archive/7z_C
for the 7zip archive file format support

and the 3 files needed from 
	<lzma-sdk>/C/7zip/Compress/LZMA_C 
	(lzmaDecode.h lzmaDecode.cpp lzmaTypes.h)
for the lzma decrompression lib.


NB : If callback support must be enabled, add "#define _LZMA_IN_CB" in 
	7zTypes.h