diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2015-12-19 15:39:43 +0100 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2015-12-19 15:49:55 +0100 |
| commit | 4253692dd49156b401ad347568469bbcb0e006e0 (patch) | |
| tree | f6d38661bfb8b2cc5f7eda9bc48b824d17067373 /README.md | |
| parent | d44c244db5af1ce24454d651d00565bf09a99020 (diff) | |
Add to readme new windows build instruction
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 27 |
1 files changed, 15 insertions, 12 deletions
@@ -107,25 +107,28 @@ Project tree 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 @@ Compile & install tools 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 |
