File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
.{
2
2
.name = "gatorcat" ,
3
- .version = "0.0 .0" ,
4
- .minimum_zig_version = "0.13 .0" ,
3
+ .version = "0.1 .0" ,
4
+ .minimum_zig_version = "0.14 .0" ,
5
5
.dependencies = .{
6
6
.flags = .{
7
7
.url = "https://github.com/n0s4/flags/archive/refs/tags/v0.10.0.tar.gz" ,
Original file line number Diff line number Diff line change 4
4
> GatorCAT is ** alpha** software. Using it today means participating in its development.
5
5
> This means you may find bugs or need features implemented before you can use GatorCAT effectively.
6
6
7
+ ## Zig Version
8
+
9
+ GatorCAT targets zig master for now. We plan to stop targetting master once 0.14.0 is released.
10
+
7
11
## Installation
8
12
13
+ ### Windows
14
+
15
+ On Windows, GatorCAT depends on [ npcap] ( https://npcap.com/ ) .
16
+
17
+ Please do not use windows for anything other than developer convienience (using the CLI, etc.).
18
+
19
+ Npcap has poor realtime performance and so does Windows in general.
20
+
21
+ ### Linux
22
+
23
+ There are no system dependencies for linux.
24
+
25
+ ### Using the Zig Package Manager
26
+
9
27
> TODO: show how to use gatorcat as a zig dependency
10
28
29
+ ## The CLI
30
+
11
31
GatorCAT provides a CLI application that can be useful for getting information about ethercat networks.
12
32
13
33
The CLI application can be built and run by cloning this repo and running:
You can’t perform that action at this time.
0 commit comments