juno icon indicating copy to clipboard operation
juno copied to clipboard

Add `jemalloc` dependency to README

Open IronGauntlets opened this issue 1 year ago • 4 comments

IronGauntlets avatar Feb 26 '24 12:02 IronGauntlets

Do you mean how to install Jemalloc dependencies, like brew insall pkg-config?

aminsato avatar Feb 29 '24 06:02 aminsato

It was straightforward to build juno from source in the previous versions. But seems complicated to build 0.9.4. I have :

> brew list
binutils  gcc  gmp  isl  jemalloc  libmpc  lz4	mpfr  pkg-config  xz  zlib  zstd

make juno works without error, but when launching :

./build/juno: error while loading shared libraries: libjemalloc.so.2: cannot open shared object file: No such file or directory

Could be useful to have a more detailed Build and Run chapter in the README file, made for a fresh computer.

Temporarily, I came back to 0.9.3 build.

PhilippeR26 avatar Mar 02 '24 16:03 PhilippeR26

I made a PR on the extra steps I needed to do to be able to build the project.

stefanalfbo avatar Mar 11 '24 20:03 stefanalfbo

Nice. These instructions are working for me.

PhilippeR26 avatar Mar 11 '24 22:03 PhilippeR26

closed by #1739

IronGauntlets avatar Apr 02 '24 04:04 IronGauntlets