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
| `-DPLUGIFY_BUILD_TESTS=ON` | Enable building tests |
268
-
| `-DPLUGIFY_BUILD_DOCS=OFF` | Enable building with documentation |
269
-
| `-DPLUGIFY_BUILD_OBJECT_LIB=OFF` | Build Plugify as an object library |
270
-
| `-DPLUGIFY_BUILD_SHARED_LIB=ON` | Build Plugify as a shared library |
271
-
| `-DPLUGIFY_BUILD_SHARED_ASMJIT=OFF` | Build AsmJit as a shared library |
272
-
| `-DPLUGIFY_USE_EXTERNAL_ASMJIT=OFF` | Use an external AsmJit library |
273
-
| `-DPLUGIFY_USE_EXTERNAL_GLAZE=OFF` | Use an external Glaze library |
274
-
| `-PLUGIFY_USE_EXTERNAL_LIBSOLV=ON` | Use an external LibSolv library |
275
-
| `-DPLUGIFY_USE_EXTERNAL_FMT=OFF` | Use an external fmt library |
276
-
| `-DPLUGIFY_USE_LIBCPP=OFF` | Use libc++ by adding `-stdlib=libc++` flag if available |
277
-
| `-DPLUGIFY_USE_STATIC_STDLIB=OFF` | Enable static standard library linkage to avoid ABI issues by adding `-static-*` flags if available |
278
-
| `-DPLUGIFY_USE_SANITIZER=OFF` | Enable sanitizers by adding `-fsanitize=*` flags if available |
279
-
| `-PLUGIFY_SANITIZER_PATH=""` | Path to sanitizes libraries. |
280
-
| `-PLUGIFY_ENABLED_SANITIZERS=address` | Semicolon separated list of sanitizer names. E.g 'address;leak'. Supported sanitizers are address, leak, undefined and thread. |
281
-
| `-DPLUGIFY_USE_CLANG_TIDY=OFF` | Enable static analysis with clang-tidy |
282
-
| `-DPLUGIFY_USE_ABI0=ON` | Enable use of the older C++ ABI, which was the default in GCC versions before GCC 5 |
Copy file name to clipboardExpand all lines: content/2.essentials/6.commands.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,12 +68,12 @@ plg help
68
68
Display the current version of Plugify.
69
69
70
70
```bash
71
-
plg version
71
+
plg --version
72
72
```
73
73
74
-
# **Package Manager Commands (mamba)**
74
+
# **Package Manager Commands**
75
75
76
-
Mamba is a fast, drop-in replacement for conda and uses the same CLI patterns and configuration. This guide replaces the old Plugify (`plg`) commands with **mamba** equivalents and gives a few practical notes for migrating your workflows.:contentReference[oaicite:0]{index=0}
76
+
[Mamba](https://mamba.readthedocs.io/en/latest/) is a fast, drop-in replacement for conda and uses the same CLI patterns and configuration. This guide replaces the old Plugify (`plg`) commands with **mamba** equivalents and gives a few practical notes for migrating your workflows.
77
77
78
78
---
79
79
@@ -205,7 +205,7 @@ Add a remote repository (channel) to your configuration permanently:
**Note**: Only add channels from trusted sources. Channel order and priority matter — prefer a pinned channel list (e.g., `conda-forge`then`defaults`) to avoid unexpected package mixes. :contentReference[oaicite:5]{index=5}
208
+
**Note**: Only add channels from trusted sources. Channel order and priority matter — prefer a pinned channel list (e.g., `conda-forge`then`defaults`) to avoid unexpected package mixes.
Copy file name to clipboardExpand all lines: content/3.use-cases/2.standalone-launcher/4.updating.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Since **S2-Plugify** is a standalone launcher, it must be updated manually. Foll
28
28
Run the updated `s2-plugify.exe` (Windows) or `./s2-plugify` (Linux) to start the game. Verify the update by running the following command in the in-game console:
29
29
30
30
```bash
31
-
plg version
31
+
plg --version
32
32
```
33
33
34
34
The output should display the updated version of Plugify.
0 commit comments