Skip to content
gerard edited this page Sep 14, 2010 · 16 revisions

Important: Compiling for Snow Leopard users

It seems that in Snow Leopard is a bit trickier to compile ext4fuse than it is on plain Leopard. The darwinport doesn’t seem to install the usual header files and so on, so skip that. Get the official binary from the macfuse guys instead. After that, you can compile by using this command line:

$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig make

Random Thingies

What follows is basically developer info. If you are looking at how to use ext4fuse, please refer to the README

Clone this wiki locally