Добавлен README.md с пояснениями на сборку.

This commit is contained in:
romenskiy 2025-07-03 12:49:24 +03:00
parent 36c2faf176
commit 4d1a527b32
2 changed files with 34 additions and 2 deletions

3
tmp
View file

@ -3,7 +3,6 @@ cd jemalloc
./autogen.sh
mkdir build
cd build
../configure --prefix=$PWD/local
../configure --prefix=$PWD/local --with-jemalloc-prefix=je_
make -j$(nproc)