Skip to content

Commit 6480da2

Browse files
Merge pull request #20 from dreamer-coding/main
2 parents 5e92524 + 08af54e commit 6480da2

File tree

7 files changed

+3
-384
lines changed

7 files changed

+3
-384
lines changed

.github/workflows/cmake_ci.yml

Lines changed: 0 additions & 282 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 0 additions & 17 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Fossil IO is an extensive and versatile library meticulously crafted to manage i
1515
To get started with Fossil Io, ensure you have the following installed:
1616

1717
- **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/).
1918

2019
### Adding Fossil Io Dependency
2120

@@ -38,7 +37,7 @@ To get started with Fossil Io, ensure you have the following installed:
3837
# ======================
3938
[wrap-git]
4039
url = https://github.com/fossillogic/fossil-io.git
41-
revision = v0.1.6
40+
revision = v0.1.7
4241

4342
[provide]
4443
fossil-io = fossil_io_dep
@@ -53,36 +52,6 @@ To get started with Fossil Io, ensure you have the following installed:
5352

5453
---
5554

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-
8655
**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.
8756

8857
## Configure Options

code/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)