Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
/ erofs-utils_cygwin Public archive
forked from erofs/erofs-utils

NOT the official erofs-utils repo, just for my personal use.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

affggh/erofs-utils_cygwin

 
 

Repository files navigation

erofs-utils for cygwin

Include

mkfs.erofs
dump.erofs
fsck.erofs
extract.erofs

Thanks

erofs-utils
extract.erofs
aosp project

How to build

Prepare

prepare environment

install in setup_x86_64.exe from cygwin
make gcc-core gcc-g++ github
libiconv-devel zlib-devel
clang llvm libpcre-devel
liblzma-devel gettext
gettext-devel libtool
automake autoconf po4a patch

install xz

if you no need lzma compressor you can skip this step

git clone https://github.com/xz-mirror/xz xz
cd xz && ./autogen.sh
./configure
make && make install

make

git clone https://github.com/affggh/erofs-utils_cygwin erofs
cd erofs
# if you need extract.erofs
# git clone https://github.com/sekaiacg/erofs-utils extract
# then make
make

the output will be saved in bin folder

about fuse.erofs

you must install winfsp on you windows.
only support x86_64

.\fuse.erofs -f .\vendor.img .\vendor 

now you can see a folder in current dir called vendor.

Archived

please move to here.

About

NOT the official erofs-utils repo, just for my personal use.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 63.4%
  • C++ 32.5%
  • Roff 1.7%
  • Makefile 1.2%
  • Other 1.2%