Anonymous 09/06/2025 (Sat) 16:08 No.26987 del
(11.20 KB 954x37 25-09_7.png)
>>26924
damn you werent not joking about how long that takes to build. Feels like theres a more elegant way to get that done. also the image is 16gb :V
feels like there must be a more elegant way of getting that done, because it was giving me flashbacks to fucking around with gentoo

also I just added librocksdb-dev + dependencies to the OS dependencies section
then appended this underneath the ffmpeg build.
RUN git clone \
	--branch v10.2.1 https://github.com/facebook/rocksdb \
	/src/rocksdb
WORKDIR /src/rocksdb
RUN nice -n 19 make -j $(nproc)
RUN make install
WORKDIR /meguca


no stuck on the llm issue, which can wait for tomorrow. thanks for the clue about the rocksdb version