Ca reste principalement du code... J'ai beau en produire a longueur de journée j'ai du mal à apprendre de nouveaux algorithme simplement en lisant leur implémentation. Honnetement le BZip2 est très facile à apprendre quand on lit le papier théorique à sa base, sur le bloc sorting. J'aimerais bien trouver quelque chose comme ca sur LZMA.
Notez que dans le SDK il y a :
UNIX/Linux version
------------------
To compile C++ version of file->file LZMA, go to directory
SRC/7zip/Compress/LZMA_Alone
and type "make" or "make clean all" to recompile all.
In some UNIX/Linux versions you must compile LZMA with static libraries.
To compile with static libraries, change string in makefile
LIB = -lm
to string
LIB = -lm -static
[^] # Re: Description des algorithmes...
Posté par Guillaume Knispel . En réponse au journal lzma. Évalué à 2.
Notez que dans le SDK il y a :
UNIX/Linux version
------------------
To compile C++ version of file->file LZMA, go to directory
SRC/7zip/Compress/LZMA_Alone
and type "make" or "make clean all" to recompile all.
In some UNIX/Linux versions you must compile LZMA with static libraries.
To compile with static libraries, change string in makefile
LIB = -lm
to string
LIB = -lm -static
Ca peut interresser du monde ptet.