You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/branches_and_building.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ cmake -G "Visual Studio 16" -A x64 ..
98
98
99
99
JCEF supports a number of different project formats via CMake including [Ninja](http://martine.github.io/ninja/). See comments in the top-level [CMakeLists.txt](https://github.com/chromiumembedded/java-cef/blob/master/CMakeLists.txt) file for additional CMake usage instructions.
100
100
101
-
2\. On Windows and Linux build the JCEF Java classes using the _compile.[bat|sh]_ tool.
101
+
2\. On Windows and Linux build the JCEF Java classes using the _compile.[bat\|sh]_ tool.
102
102
103
103
```sh
104
104
cd /path/to/java-cef/src/tools
@@ -107,7 +107,7 @@ compile.bat win64
107
107
108
108
On Mac OS X the JCEF Java classes are already built by the CMake project.
109
109
110
-
3\. On Windows and Linux test that the resulting build works using the _run.[bat|sh]_ tool. You can either run the simple example (see java/simple/MainFrame.java) or the detailed one (see java/detailed/MainFrame.java) by appending "detailed" or "simple" to the _run.[bat|sh]_ tool. This example assumes that the "Release" configuration was built in step 1 and that you want to use the detailed example.
110
+
3\. On Windows and Linux test that the resulting build works using the _run.[bat\|sh]_ tool. You can either run the simple example (see java/simple/MainFrame.java) or the detailed one (see java/detailed/MainFrame.java) by appending "detailed" or "simple" to the _run.[bat\|sh]_ tool. This example assumes that the "Release" configuration was built in step 1 and that you want to use the detailed example.
111
111
112
112
```sh
113
113
cd /path/to/java-cef/src/tools
@@ -123,7 +123,7 @@ open jcef_app.app
123
123
124
124
### Packaging
125
125
126
-
After building the Release configurations you can use the _make\_distrib.[bat|sh]_ script to create a binary distribution.
126
+
After building the Release configurations you can use the _make\_distrib.[bat\|sh]_ script to create a binary distribution.
0 commit comments