Browse Source

Update README.md

Michele Rossi 11 năm trước cách đây
mục cha
commit
b6488bab83
1 tập tin đã thay đổi với 22 bổ sung25 xóa
  1. 22 25
      README.md

+ 22 - 25
README.md

@@ -23,13 +23,17 @@ Linux:
 * Xrandr
 * nVidia PhysX 3.3.0+
 
-Android:
+Windows:
 
-* Android NDK and SDK
 * nVidia PhysX 3.3.0+
+* GnuWin32 make (http://gnuwin32.sourceforge.net/packages/make.htm)
+* GnuWin32 coreutils (http://gnuwin32.sourceforge.net/packages/coreutils.htm)
+* GnuWin32 libiconv (http://gnuwin32.sourceforge.net/packages/libiconv.htm)
+* GnuWin32 libintl (http://gnuwin32.sourceforge.net/packages/libintl.htm)
 
-Windows:
+Android:
 
+* Android NDK and SDK
 * nVidia PhysX 3.3.0+
 
 ##Building
@@ -38,44 +42,37 @@ The steps required for building the engine in a default and pretty safe manner a
 All the commands and/or operations must be performed in the root directory of the project (i.e. the same as this file):
 
 Linux:
-
-	$ mkdir build
-	$ cd build
-	$ cmake .. -DCMAKE_INSTALL_PREFIX=<install-path> -DCROWN_BUILD=<read-below>
-	$ make install
+	$ make <CROWN_BUILD> 
 
 'CROWN_BUILD' valid values are:
 
-* linux-debug-32
-* linux-development-32
-* linux-release-32
-* linux-debug-64
-* linux-development-64
-* linux-release-64
+* linux-debug32
+* linux-development32
+* linux-release32
+* linux-debug64
+* linux-development64
+* linux-release64
+* linux
 
 Windows:
 
-	Create a folder named 'build'
-	Open a terminal and:
-	cd build
-	cmake.exe .. -DCMAKE_INSTALL_PREFIX=<install-path> -DCROWN_BUILD=<read-below>
+	make.exe <CROWN_BUILD>
 	Open the generated Visual Studio solution and build/install from there
 
 'CROWN_BUILD' valid values are:
 
-* windows-debug-32
-* windows-development-32
-* windows-release-32
-* windows-debug-64
-* windows-development-64
-* windows-release-64
+* windows-debug32
+* windows-development32
+* windows-release32
+* windows-debug64
+* windows-development64
+* windows-release64
 
 Android:
 
 	$ cd utils
 	$ ruby crown-android.rb --target <android-target> --name <project-name> --path <project-path> [--res <res-path>]
 
-You can also use the GUI front-end of CMake which can, less or more, simplify the overall 'complexity' of building from the terminal.
 
 ##System requirements