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: README.md
+18-27Lines changed: 18 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,43 +16,34 @@ To get started with Fossil Io, ensure you have the following installed:
16
16
17
17
-**Meson Build System**: If you don’t have Meson installed, follow the installation instructions on the official [Meson website](https://mesonbuild.com/Getting-meson.html).
18
18
19
-
### Adding Fossil Io Dependency
19
+
### Adding Dependency
20
20
21
-
#### Adding Fossil Io Dependency With Meson
21
+
#### Adding via Meson Git Wrap
22
22
23
-
1.**Install Meson Build System**:
24
-
Install Meson version `1.3` or newer:
23
+
To add a git-wrap, place a `.wrap` file in `subprojects` with the Git repo URL and revision, then use `dependency('fossil-test')` in `meson.build` so Meson can fetch and build it automatically.
25
24
26
-
```sh
27
-
python -m pip install meson # To install Meson
28
-
python -m pip install --upgrade meson # To upgrade Meson
29
-
```
25
+
#### Adding via Conan GitHub repository
30
26
31
-
2.**Create a `.wrap` File**:
32
-
Add the `fossil-io.wrap` file in your `subprojects` directory and include the following content:
27
+
packages directly from a GitHub repository if it contains a valid `conanfile.py`.
**Note**: For the best experience, always use the latest release of Fossil Io. Visit the [Fossil Io Releases](https://github.com/fossillogic/fossil-io/releases) page for the latest versions.
46
+
**Note**: For the best experience, always use the latest releases. Visit the [releases](https://github.com/fossillogic/fossil-io/releases) page for the latest versions.
0 commit comments