mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48:27 +00:00
Replace sixtyfps-
This commit is contained in:
parent
37637e4433
commit
62b269ae44
7 changed files with 11 additions and 11 deletions
|
|
@ -91,8 +91,8 @@ You can download one of our pre-built binaries for Linux or Windows on x86-64 ar
|
|||
|
||||
1. Open <https://github.com/sixtyfpsui/sixtyfps/releases>
|
||||
2. Click on the latest release
|
||||
3. From "Assets" download either `sixtyfps-cpp-XXX-Linux-x86_64.tar.gz` for a Linux x86-64 archive
|
||||
or `sixtyfps-cpp-XXX-win64.exe` for a Windows x86-64 installer. ("XXX" refers to the version of the latest release)
|
||||
3. From "Assets" download either `slint-cpp-XXX-Linux-x86_64.tar.gz` for a Linux x86-64 archive
|
||||
or `slint-cpp-XXX-win64.exe` for a Windows x86-64 installer. ("XXX" refers to the version of the latest release)
|
||||
4. Uncompress the downloaded archive or run the installer.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -14,8 +14,8 @@ You can download one of our pre-built binaries for Linux or Windows on x86-64 ar
|
|||
|
||||
1. Open <https://github.com/sixtyfpsui/sixtyfps/releases>
|
||||
2. Click on the latest release
|
||||
3. From "Assets" download either `sixtyfps-cpp-XXX-Linux-x86_64.tar.gz` for a Linux archive
|
||||
or `sixtyfps-cpp-XXX-win64.exe` for a Windows installer. ("XXX" refers to the version of the latest release)
|
||||
3. From "Assets" download either `slint-cpp-XXX-Linux-x86_64.tar.gz` for a Linux archive
|
||||
or `slint-cpp-XXX-win64.exe` for a Windows installer. ("XXX" refers to the version of the latest release)
|
||||
4. Uncompress the downloaded archive or run the installer.
|
||||
|
||||
After extracting the artifact or running the installer, you can place the `lib` sub-directory into your `CMAKE_PREFIX_PATH` and `find_package(Slint)` should succeed in locating the package.
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ exhale_args = {
|
|||
"exhaleExecutesDoxygen": True,
|
||||
"exhaleDoxygenStdin": """INPUT = ../../api/cpp/include generated_include
|
||||
EXCLUDE_SYMBOLS = slint::cbindgen_private* slint::private_api* vtable* SLINT_DECL_ITEM
|
||||
EXCLUDE = ../../api/cpp/include/vtable.h ../../api/sixtyfps-cpp/include/slint_testing.h
|
||||
EXCLUDE = ../../api/cpp/include/vtable.h ../../api/cpp/include/slint_testing.h
|
||||
ENABLE_PREPROCESSING = YES
|
||||
PREDEFINED += DOXYGEN
|
||||
WARN_AS_ERROR = YES""",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue