瀏覽代碼

Update readme.md

paulsapps 11 年之前
父節點
當前提交
6ad0a28a5e
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      readme.md

+ 2 - 0
readme.md

@@ -189,6 +189,8 @@ cmake .. -DZLIB_ROOT=C:\zlib128-dll -DBOOST_ROOT=C:\boost_1_55_0
 
 
 Now you can open the newly created QGears.sln in Visual Studio and build Win32/Release or Debug. If files are added/deleted/or the depends change then repeat the set and cmake commands in the Visual Studio command prompt in order to update QGears.sln.
 Now you can open the newly created QGears.sln in Visual Studio and build Win32/Release or Debug. If files are added/deleted/or the depends change then repeat the set and cmake commands in the Visual Studio command prompt in order to update QGears.sln.
 
 
+You can also build the sln file from the command line by entering "msbuild QGears.sln /m" in the Visual Studio command prompt.
+
 # What next?
 # What next?
 
 
 Now that you've got everything built see the wiki for how to run QGears, coding style, how to start hacking etc.
 Now that you've got everything built see the wiki for how to run QGears, coding style, how to start hacking etc.