shithub: lwext4

Download patch

ref: 4253692dd49156b401ad347568469bbcb0e006e0
parent: d44c244db5af1ce24454d651d00565bf09a99020
author: gkostka <kostka.grzegorz@gmail.com>
date: Sat Dec 19 10:39:43 EST 2015

Add to readme new windows build instruction

--- a/README.md
+++ b/README.md
@@ -107,25 +107,28 @@
   
 Compile
 =====
-Windows
+Dependencies
 ------------
-* CMake:  http://www.cmake.org/cmake/resources/software.html
-* MinGw:  http://www.mingw.org/
-* GnuWin: http://gnuwin32.sourceforge.net/ 
+* Windows 
 
-Linux
-------------
-* CMake, make, gcc
+Download MSYS-2:  https://sourceforge.net/projects/msys2/
 
-Generate makefiles
-------------
+Install required packages is MSYS2 Shell package manager:
 ```bash
- make
- ```
+ pacman -S make gcc cmake p7zip
+  ```
+  
+* Linux 
 
+Package installation (Debian):
+```bash
+ apt-get install make gcc cmake p7zip
+  ```
+ 
 Compile & install tools
 ------------
 ```bash
+ make generic
  cd build_generic
  make
  sudo make install
@@ -133,7 +136,7 @@
 
 lwext4-generic demo application
 =====
-Simple lwext4 library presentation:
+Simple lwext4 library test applicatin:
 * load ext2/3/4 images
 * load linux block device with ext2/3/4 part
 * load windows volume with ext2/3/4 filesystem