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
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,13 @@ To get started with Fossil Io, ensure you have the following installed:
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
-**CMake Build System**: If you don’t have CMake installed, follow the installation instructions on the official [CMake website](https://cmake.org/getting-started/).
19
19
20
-
### Adding Fossil Test Dependency
20
+
### Adding Fossil Io Dependency
21
21
22
-
#### Adding Fossil Test Dependency With Meson
22
+
#### Adding Fossil Io Dependency With Meson
23
23
24
24
1.**Install Meson Build System**:
25
25
Install Meson version `1.3` or newer:
26
+
26
27
```sh
27
28
python -m pip install meson # To install Meson
28
29
python -m pip install --upgrade meson # To upgrade Meson
@@ -37,21 +38,22 @@ To get started with Fossil Io, ensure you have the following installed:
In your `meson.build` file, integrate Fossil Io by adding the following line:
49
+
48
50
```ini
49
51
dep = dependency('fossil-io')
50
52
```
51
53
52
54
---
53
55
54
-
#### Adding Fossil Test Dependency With CMake
56
+
#### Adding Fossil Io Dependency With CMake
55
57
56
58
To use Fossil Io with CMake, follow these steps:
57
59
@@ -63,7 +65,7 @@ To use Fossil Io with CMake, follow these steps:
63
65
python -m pip install --upgrade cmake # To upgrade CMake
64
66
```
65
67
66
-
2.**Find and Integrate Fossil Test**:
68
+
2.**Find and Integrate Fossil Io**:
67
69
After installing CMake, you can integrate Fossil Io as a dependency. Add the following lines to your `CMakeLists.txt` file:
68
70
69
71
```cmake
@@ -81,7 +83,7 @@ To use Fossil Io with CMake, follow these steps:
81
83
82
84
---
83
85
84
-
**Note**: For the best experience, always use the latest release of Fossil Test. Visit the [Fossil Io Releases](https://github.com/fossillogic/fossil-io/releases) page for the latest versions.
86
+
**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.
0 commit comments