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: EDSSharp/README.md
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,18 +21,4 @@ It is a work in progress and is rapidly changing.
21
21
22
22
Every attempt has been made to comply with the relevant DSP306 and other standards and EDS files from multiple sources have been tested for loading/saving and as been (at times) validated for errors using EDS conformance tools.
23
23
24
-
Usage
25
-
-----
26
-
- Using `dotnet run`, your {name} is `dotnet run EDSSharp/Program.cs --project EDSSharp --framework [net481/net8.0]`.
27
-
- Using compiled version, your {name} is the name of your executable.
28
-
- Depending on your environment, you may or may not need to use ./ at the beginning of your command
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,16 @@ This repository is home to three projects:
19
19
-[A CLI](https://github.com/CANopenNode/CANopenEditor/blob/docs/EDSSharp/README.md), used for simple conversions across all supported formats.
20
20
-[A GUI](https://github.com/CANopenNode/CANopenEditor/blob/docs/EDSEditorGUI/README.md) for full manipulation of your CANopen files [which is being rewritten to be more multi platform](https://github.com/CANopenNode/CANopenEditor/blob/docs/EDSEditorGUI2/README.md).
21
21
22
+
How to use
23
+
--------
24
+
1.[Download the latest release's binary zip file](https://github.com/CANopenNode/CANopenEditor/releases). DO NOT DOWNLOAD SOURCE CODE.
25
+
2. Unzip it.
26
+
3. Go to net8.0-windows directory.
27
+
4. Execute the .exe .
28
+
22
29
Available formats
23
30
--------
24
-
Exhaustive list of the library's supported formats sorted by category:<br>
31
+
Exhaustive list of the library's supported formats to date, sorted by category:<br>
0 commit comments