-
this is a prereq for building from source.
we should maybe check for any other prereqs.
```
CC error.lo
CC parserInternals.lo
CC parser.lo
CC tree.lo
CC …
-
Following the convention of most FFI libraries, `lzma-ffi` should be renamed to `ffi-lzma` with the namespace `FFI::LZMA`.
-
Would it make sense to keep two fixed size prefix tries (with counters)? Have to think how you could do NCD with hyperloglog. Loved Vitanyi's book, and the work his student Cilbrasi did on porting MPI…
-
Since it seems that ocaml-lzma is dead https://forge.ocamlcore.org/projects/ocaml-lzma/ and there are no libraries that provide a way to do that, it make sense to support it here too.
-
Running on a fresh Ubuntu 24.04 install, cmake passes but making fails partway through:
```
[ 29%] Linking CXX shared library ../../lib/libOpenMS.so
/usr/bin/ld: cannot find -llzma: No such file or…
-
`ExternalRawBspLump` etc. should move to `external`
`decompress_valve_lzma` should move to `valve`
`create_RawBspLump` etc. shouldn't exist
`ExternalRawBspLump` should be initialised from `external…
-
On x86-64-pc-windows-msvc compiling with clang-cl and lld-link, attempting to build lldb with lzma support causes the following build failure:
```
[7103/7877] Linking CXX shared library bin\liblldb.…
R-Goc updated
2 months ago
-
Hi!
First I want to thank you for this awesome compression tool for JS. I searched a lot for something like that!
I work with HaXe and it fit really well in my framework! I suggest that you too take …
-
*owrt07:*
hello *,
just checked a new snapshot of openWRT-lede
and found, that the version from mon-/tuesday
09/10.04. is not able to flash.
The older version r6433-4fd8722056 mid of march
flash…
-
The other suggestion reminded me I had to ask this. What's the likelihood of supporting PK7 (renamed 7z archive) and also PK3/ZIP compressed using LZMA (which one of our projects uses, and gzdoom can …