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
-31Lines changed: 0 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ CrabDB is a lightweight, portable key-value database designed to offer fast and
19
19
To get started with Fossil CrabDB, ensure you have the following installed:
20
20
21
21
-**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).
22
-
-**CMake Build System**: If you don’t have CMake installed, follow the installation instructions on the official [CMake website](https://cmake.org/getting-started/).
23
22
24
23
### Adding Fossil CrabDB Dependency
25
24
@@ -57,36 +56,6 @@ To get started with Fossil CrabDB, ensure you have the following installed:
57
56
58
57
---
59
58
60
-
#### Adding Fossil CrabDB Dependency With CMake
61
-
62
-
To use Fossil CrabDB with CMake, follow these steps:
63
-
64
-
1.**Install CMake**:
65
-
Install CMake version `3.13.4` or newer:
66
-
67
-
```sh
68
-
python -m pip install cmake # To install CMake
69
-
python -m pip install --upgrade cmake # To upgrade CMake
70
-
```
71
-
72
-
2.**Find and Integrate Fossil CrabDB**:
73
-
After installing CMake, you can integrate Fossil CrabDB as a dependency. Add the following lines to your `CMakeLists.txt` file:
74
-
75
-
```cmake
76
-
# Find Fossil CrabDB package
77
-
find_package(FossilCrabDB REQUIRED)
78
-
79
-
# Link the Fossil CrabDB to your project
80
-
target_link_libraries(your_target FossilCrabDB)
81
-
```
82
-
83
-
3.**Configure Your CMake Project**:
84
-
Make sure to configure your CMake project to include the necessary paths and dependencies for Fossil CrabDB. Typically, you’ll want to make sure the `FossilCrabDB` library is correctly linked in your build configuration.
85
-
86
-
This will ensure that Fossil CrabDB is included and properly built with your project.
87
-
88
-
---
89
-
90
59
## Configure Options
91
60
92
61
You have options when configuring the build, each serving a different purpose:
0 commit comments