@@ -110,12 +110,12 @@ This project will soon be available on Maven Central:
110110```
111111The ` ceffx.classifier ` uses the same values as the OpenJFX classifiers:
112112
113- * linux (built using the ` ubuntu-22.04 ` GitHub runner)
114- * win (built using the ` windows-2022 ` GitHub runner)
115- * mac (built using the ` macos-15-intel ` GitHub runner)
116- * mac-aarch64 (built using the ` macos-14 -arm64 ` GitHub runner)
113+ * linux (built using the ` ubuntu-22.04 ` runner)
114+ * win (built using the ` windows-2022 ` runner)
115+ * mac (built using the ` macos-15-intel ` runner)
116+ * mac-aarch64 (built using the ` macos-15 -arm64 ` runner)
117117
118- Note that Maven can determine the ` classifier ` using a ` profile ` . See an example in the demo [ pom.xml] ( java/ceffx-demo/pom.xml ) .
118+ Note that Maven can set the ` classifier ` using a ` profile ` . See an example in the demo [ pom.xml] ( java/ceffx-demo/pom.xml ) .
119119
120120To use snapshot versions, add our repository:
121121
@@ -182,7 +182,7 @@ CEFFX provides prebuilt native libraries, making it easy to integrate CEF into a
182182to compile it from source. This section describes all the steps required to set it up.
183183
1841841 . Download the minimal CEF distribution from [ CEF] ( https://cef-builds.spotifycdn.com/index.html ) version
185- ` 146.0.10+g8219561+chromium-146.0.7680.179 ` . Use the Version Filter to locate the correct version. Please note that
185+ ` 146.0.10+g8219561+chromium-146.0.7680.179 ` . Use the ` Version Filter ` to locate the correct version. Please note that
186186other versions will not work, as CEFFX includes a built-in version check.
1871872 . Create a directory on your system, for example: ` /foo/cef ` .
1881883 . Copy the ` contents ` of the ` Release ` folder from the archive into ` /foo/cef ` .
@@ -205,7 +205,7 @@ resources.pak
205205v8_context_snapshot.bin
206206vk_swiftshader_icd.json
207207```
208- 5 . Add the dependencies to your JavaFX project as described in the [ Dependencies ] ( #dependencies ) section.
208+ 5 . Add the dependencies to your JavaFX project as described in the [ dependencies ] ( #dependencies ) section.
2092096 . On the first run, you need to extract the native binaries from the ` ceffx-natives ` module into ` /foo/cef ` .
210210 Use ` NativeExtractor ` provided by the ` ceffx-natives ` module.
2112117 . Set the system property: ` -Djava.library.path=/foo/cef `
0 commit comments