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
+1-32Lines changed: 1 addition & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ Fossil IO is an extensive and versatile library meticulously crafted to manage i
15
15
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
-
-**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
18
20
19
### Adding Fossil Io Dependency
21
20
@@ -38,7 +37,7 @@ To get started with Fossil Io, ensure you have the following installed:
@@ -53,36 +52,6 @@ To get started with Fossil Io, ensure you have the following installed:
53
52
54
53
---
55
54
56
-
#### Adding Fossil Io Dependency With CMake
57
-
58
-
To use Fossil Io with CMake, follow these steps:
59
-
60
-
1.**Install CMake**:
61
-
Install CMake version `3.13.4` or newer:
62
-
63
-
```sh
64
-
python -m pip install cmake # To install CMake
65
-
python -m pip install --upgrade cmake # To upgrade CMake
66
-
```
67
-
68
-
2.**Find and Integrate Fossil Io**:
69
-
After installing CMake, you can integrate Fossil Io as a dependency. Add the following lines to your `CMakeLists.txt` file:
70
-
71
-
```cmake
72
-
# Find Fossil Io package
73
-
find_package(FossilIo REQUIRED)
74
-
75
-
# Link the Fossil Io to your project
76
-
target_link_libraries(your_target FossilIo)
77
-
```
78
-
79
-
3.**Configure Your CMake Project**:
80
-
Make sure to configure your CMake project to include the necessary paths and dependencies for Fossil Io. Typically, you’ll want to make sure the `FossilIo` library is correctly linked in your build configuration.
81
-
82
-
This will ensure that Fossil Io is included and properly built with your project.
83
-
84
-
---
85
-
86
55
**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