WebDisk_C/tmp

8 lines
174 B
Text

git clone https://github.com/jemalloc/jemalloc.git
cd jemalloc
./autogen.sh
mkdir build
cd build
../configure --prefix=$PWD/local --with-jemalloc-prefix=je_
make -j$(nproc)