===== Install the latest MFM =====
==== Clone the MFM Repository ====
You will need to clone the code from github. Git will create a new folder of MFM, so you don't need to make a new directory.
git clone https://github.com/DaveAckley/MFM.git
After the clone is done, a new directory is created: /home/user/MFM. The 'user' is your account name.
==== Install the MFM ====
Now you can install the MFM. Go to the /home/user/MFM/. Type the make command.
make
If it throws out errors, there may be some dependencies lacked that caused these errors. Go to the install SDL section of [[dev:clone_from_github|Clone from github]] to check these packages are installed.
==== check your MFM ====
Go to the /home/user/MFM/. Type the mfms command.
./bin/mfms
The Movable Feast Machine should show up.