OSDN Git Service

Build LLVM with threads disabled.
[android-x86/external-swiftshader.git] / README.md
index 5bd1f18..8cfa348 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,21 +10,24 @@ SwiftShader is a high-performance CPU-based implementation of the OpenGL ES and
 Building\r
 --------\r
 \r
-SwiftShader libraries can be built for Windows, Linux, and Mac OS X.  \r
+SwiftShader libraries can be built for Windows, Linux, and Mac OS X.\\r
 Android and Chrome (OS) build environments are also supported.\r
 \r
 * **Visual Studio**\r
-  \r
-  On Windows, open the [SwiftShader.sln](SwiftShader.sln) file using [Visual Studio Community](https://visualstudio.microsoft.com/vs/community/) or compatible version, and build the solution. Output DLLs will be placed in the _lib_ subfolder. Sample executables such as _OGLES3ColourGrading_ can be found under the Tests solution folder and can be run from the IDE.\r
+\\r
+  On Windows, open the [SwiftShader.sln](SwiftShader.sln) file using [Visual Studio Community](https://visualstudio.microsoft.com/vs/community/) or compatible version, and build the solution. Output DLLs will be placed in the _out_ subfolder. Sample executables such as _OGLES3ColourGrading_ can be found under the Tests solution folder and can be run from the IDE.\r
 \r
 * **CMake**\r
 \r
   [Install CMake](https://cmake.org/download/) for Linux, Mac OS X, or Windows and use either [the IDE](https://cmake.org/runningcmake/) or run the following terminal commands:\r
 \r
-      mkdir build && cd build\r
+      cd build\r
       cmake ..\r
       make --jobs=8\r
 \r
+      ./unittests\r
+      ./OGLES2HelloAPI\r
+\r
 Usage\r
 -----\r
 \r
@@ -47,7 +50,7 @@ Authenticate your account here:
 https://swiftshader-review.googlesource.com/new-password\r
 \r
 All changes require a [Change-ID](https://gerrit-review.googlesource.com/Documentation/user-changeid.html) tag in the commit message. A commit hook may be used to add this tag automatically, and can be found at:\r
-https://gerrit-review.googlesource.com/tools/hooks/commit-msg. To clone the repository and install the commit hook in one go: \r
+https://gerrit-review.googlesource.com/tools/hooks/commit-msg. To clone the repository and install the commit hook in one go:\r
 \r
     git clone https://swiftshader.googlesource.com/SwiftShader && (cd SwiftShader && curl -Lo `git rev-parse --git-dir`/hooks/commit-msg https://gerrit-review.googlesource.com/tools/hooks/commit-msg ; chmod +x `git rev-parse --git-dir`/hooks/commit-msg)\r
 \r
@@ -87,7 +90,7 @@ Contact
 \r
 Public mailing list: [swiftshader@googlegroups.com](https://groups.google.com/forum/#!forum/swiftshader)\r
 \r
-General bug tracker:  https://g.co/swiftshaderbugs  \r
+General bug tracker:  https://g.co/swiftshaderbugs\\r
 Chrome specific bugs: https://bugs.chromium.org/p/swiftshader\r
 \r
 License\r