Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update instructions for source build #2394

Closed
wants to merge 1 commit into from
Closed

update instructions for source build #2394

wants to merge 1 commit into from

Conversation

jjb
Copy link

@jjb jjb commented Mar 7, 2023

This is what worked for me with jemalloc 3, not sure about other versions

on ubuntu 20:

apt-get install -y libxslt-dev xsltproc docbook-xsl autoconf
git clone https://github.com/jemalloc/jemalloc.git \
 && cd jemalloc \
 && git checkout stable-3 \
 && ./autogen.sh --with-xslroot=/usr/share/xml/docbook/stylesheet/docbook-xsl \
 && make \
 && make dist \
 && make install
LD_PRELOAD=/usr/local/lib/libjemalloc.so

@interwq
Copy link
Member

interwq commented Mar 7, 2023

Thanks for sharing the findings. The make dist step isn't required in the newer versions anymore.

@interwq interwq closed this Mar 7, 2023
@jjb jjb deleted the patch-1 branch March 8, 2023 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants