Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ To pass the same option to 'fstransform', you must execute something like

0. compile fsmove, fsmount_kernel and fsremap.
Running "./configure" then "make" should suffice on any recent Linux machine,
as long as g++ is installed.
as long as g++ and automake are installed.

You will get three executables, fsmove and fsremap.
You will get three executables, fsmove, fsmount_kernel and fsremap.
They will be located at
./fsmove/build/fsmove
./fsmount_kernel/build/fsmount_kernel
Expand Down