OSDN Git Service

Update Russian.po (#963)
[winmerge-jp/winmerge-jp.git] / README.md
index e5d1749..60ede4f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
-# WinMerge Source Code
-[![Build status](https://ci.appveyor.com/api/projects/status/h3v3ap1kswi1tyyt?svg=true)](https://ci.appveyor.com/project/sdottaka/winmerge)
+[![logo](Docs/Logos/WinMerge_logo_24bit.png)](https://github.com/WinMerge/winmerge)
+
+
+# WinMerge
+[![Build status](https://ci.appveyor.com/api/projects/status/h3v3ap1kswi1tyyt?svg=true)](https://ci.appveyor.com/project/sdottaka/winmerge/build/artifacts)
 [![CI](https://github.com/WinMerge/winmerge/workflows/CI/badge.svg)](https://github.com/WinMerge/winmerge/actions)
+[![sourceforge.net downloads](https://img.shields.io/sourceforge/dt/winmerge)](https://sourceforge.net/projects/winmerge/files/)
 [![Github Releases All](https://img.shields.io/github/downloads/winmerge/winmerge/total.svg)](https://github.com/WinMerge/winmerge/releases/latest)
 [![Translation status](https://img.shields.io/badge/translations-35-green)](https://github.com/WinMerge/winmerge/blob/master/Translations/TranslationsStatus.md)
 
@@ -8,7 +12,7 @@
 for Windows. WinMerge can compare files and folders, presenting differences
 in a visual format that is easy to understand and manipulate.
 
-## Requirements
+## Build Requirements
 
 ### Visual Studio 2017
 
@@ -25,6 +29,25 @@ in a visual format that is easy to understand and manipulate.
  * C++ MFC for v142 Buildtools
  * Windows 10 SDK
 
+### Other utilities/programs
+
+ * git
+ * Inno Setup 5.x and 6.x
+ * 7-Zip
+ * Python
+ * Pandoc
+
+## How to Build
+
+~~~
+git clone https://github.com/winmerge/winmerge
+cd winmerge
+git submodule init
+git submodule update
+DownloadDeps.cmd
+BuildAll.vs2019.cmd  or  BuildAll.vs2017.cmd
+~~~
+
 ## Folder Structure
 
 Source code for the WinMerge program, its plugins, filters, setup program,
@@ -83,3 +106,4 @@ Subfolders include:
    This folder gets created by the compiler when WinMerge is compiled.  
    It contains temporary files created during the compilation and can be 
    safely deleted. 
+