From 4b73bdbe3824323f7a3324af6567aa8dd4a57ff0 Mon Sep 17 00:00:00 2001 From: JTAG Date: Tue, 26 Apr 2016 15:05:11 +0430 Subject: [PATCH] * Update README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77d5df8..2ad42e0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This repository contains the server application that is needed to handle clients 3. Clone repository from github and open `ChocalServer.pro` in Qt Creator. -4. Use `lrelease` to generate translation `qm` files. For example if Qt bin directory is in your PATH enviroment variable you can run `lrelease-qt5 ChocalServer.pro` or if it is not you can run `path/to/qt/bin/lrelease ChocalServer.pro` or in a Windows enviromet run `C:\Qt\Qt5.6.0\5.6\msvc2015_64\bin\lrelease.exe ChocalServer.pro`. Note that because `qm` files are supposed to be bundled in a `.qrc` file, so you SHOULD do this step, otherwise the build operation will fail. +4. Use `lrelease` to generate translation `qm` files. For example if Qt bin directory is in your PATH environment variable you can run `lrelease-qt5 ChocalServer.pro` or if it is not you can run `path/to/qt/bin/lrelease ChocalServer.pro` or in a Windows environmet run `C:\Qt\Qt5.6.0\5.6\msvc2015_64\bin\lrelease.exe ChocalServer.pro`. Note that because `qm` files are supposed to be bundled in a `.qrc` file, so you SHOULD do this step, otherwise the build operation will fail. # Standards