Commit 3044cc2da5bfc669bfc75e1063318412a8493e49

Authored by Perry Werneck
1 parent 87aafe2c

Updating read me

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
README.md
... ... @@ -44,6 +44,12 @@ Cross-compiling on SuSE Linux (Native or WSL)
44 44 * ./lib3270/win/win-configure.sh --32 (for 32 bits)
45 45 * ./lib3270/win/win-configure.sh --64 (for 64 bits)
46 46  
  47 +4. Build
  48 +
  49 + * cd lib3270
  50 + * make clean
  51 + * make all
  52 +
47 53  
48 54 Compiling for Windows (With MSYS2)
49 55 ----------------------------------
... ...