Skip to content

Commit 9e8f2a3

Browse files
Merge pull request #4 from dreamer-coding/main
Remove CMake and add Bitwise
2 parents 6b4ad7c + d77a609 commit 9e8f2a3

File tree

14 files changed

+477
-365
lines changed

14 files changed

+477
-365
lines changed

.github/workflows/cmake_ci.yml

-283
This file was deleted.

CMakeLists.txt

-17
This file was deleted.

README.md

+17-17
Original file line numberDiff line numberDiff line change
@@ -16,34 +16,34 @@ Before using Fossil Sys, ensure you have the following:
1616

1717
- **Meson Build System**: Install Meson to manage the build process. For installation or upgrading, use:
1818

19-
```sh
20-
python -m pip install meson # to install Meson
21-
python -m pip install --upgrade meson # to upgrade Meson
22-
```
19+
```sh
20+
python -m pip install meson # to install Meson
21+
python -m pip install --upgrade meson # to upgrade Meson
22+
```
2323

2424
## Adding Dependency
2525

2626
1. **Install Meson Build System**: Ensure Meson `1.3` or newer is installed on your system.
2727

2828
2. **Add Wrap File**: Create a `.wrap` file (e.g., `fossil-sys.wrap`) in the `subprojects` directory with the following content:
2929

30-
```ini
31-
# ======================
32-
# Git Wrap package definition
33-
# ======================
34-
[wrap-git]
35-
url = https://github.com/fossillogic/fossil-sys.git
36-
revision = v0.1.0
30+
```ini
31+
# ======================
32+
# Git Wrap package definition
33+
# ======================
34+
[wrap-git]
35+
url = https://github.com/fossillogic/fossil-sys.git
36+
revision = v0.1.1
3737
38-
[provide]
39-
fossil-sys = fossil_sys_dep
40-
```
38+
[provide]
39+
fossil-sys = fossil_sys_dep
40+
```
4141

4242
3. **Integrate Dependency**: Add the dependency in your `meson.build` file:
4343

44-
```ini
45-
dep = dependency('fossil-sys')
46-
```
44+
```ini
45+
dep = dependency('fossil-sys')
46+
```
4747

4848
## Configure Options
4949

code/CMakeLists.txt

-4
This file was deleted.

0 commit comments

Comments
 (0)