cd {path}\eiimage //({path} is where you cloned eiimage repository)
cd build
mingw32-make -j4
\ No newline at end of file
mingw32-make -j4
## Linux deployment
As we compile ImageINSA dynamically, we need to provide all dependencies with the binary file. To do this, we recommend to use the deployment tool called linuxdeplqt.
This is a project developed by the community but widely used.