On Sat, 1 Jun 2019 13:38:09 +0800 Gao Xiang <[email protected]> wrote:
> On 2019/5/31 ??????5:27, Yue Hu wrote: > > From: Yue Hu <[email protected]> > > > > Option --with-lz4 means LZ4 install directory rather than LZ4 lib > > directory. We will meet configuration error due to wrong path if > > setting --with-lz4 to /usr/local/lib. Also stay the same with LZ4 > > help in configure shell script. > > > > Signed-off-by: Yue Hu <[email protected]> > > Applied to mkfs-dev. However, I'd suggest to take a look at new > erofs-utils since I want to mark old mkfs.erofs as obsoleted... Ok, got it. Thx. > > Thanks, > Gao Xiang > > > --- > > README | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/README b/README > > index 9014268..97eb228 100644 > > --- a/README > > +++ b/README > > @@ -19,8 +19,8 @@ Dependencies > > > > How to build with lz4 static library > > ./configure --with-lz4=<lz4 install path> > > -eg. if lz4 lib has been installed into fold of /usr/local/lib > > - ./configure --with-lz4=/usr/local/lib && make > > +eg. if lz4 has been installed into fold of /usr/local > > + ./configure --with-lz4=/usr/local && make > > On Fedora, static lz4 can be installed using: > > yum install lz4-static.x86_64 > > To build you should run this first: > >
