Browse Source

Change 7x archiver to tar

Danil Kolumbet 5 years ago
parent
commit
c018844e6a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -29,8 +29,9 @@ $ make
 
 ```console
 > cd path\to\sowon
-> 7z x SDL2-devel-2.0.12-VC.zip
+> tar -xf SDL2-devel-2.0.12-VC.zip
 > move SDL2-2.0.12 SDL2
+> del SDL2-devel-2.0.12-VC.zip
 > build_msvc
 ```