Install anneal-casefold
Although you should read the joshuascript/anneal-casefold README.md for the most up to date instructions, instructions are provided here for convenience. You can install joshuascript/anneal-casefold via the following steps:
-
Ensure
gitis installed on your system: https://git-scm.com/install/linux -
Ensure you have the
anneal-casefolddependencies installed on your system:
- python3
- e2fsprogs >= 1.45
- losetup
- findmnt
python3 -V
# e2fsprogs
mkfs.ext4 -V
debugfs -V
losetup -V
findmnt -V
- Navigate to some directory where you would like to keep the
anneal-casefoldgit repo
cd <some directory that the repo directory will live within>
- Clone the repo
git clone https://github.com/joshuascript/anneal-casefold.git
- Navigate into the repo
cd anneal-casefold
- Install the
annealcommand:
./install.sh
You should now have the anneal command.