File tree 1 file changed +10
-10
lines changed 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ Eendraadschema Community edition
7
7
Design and draw a one-wire diagram as enforced by the Belgian AREI legislation.
8
8
Source code written in Typescript, transpiled to Javascript and run in a browser.
9
9
10
+ === Build / Compile ===
11
+
12
+ Below description is valid for a linux terminal with bash- or sh-shell.
13
+ With some extra tweaks, compilation on other systems should be possible as well.
14
+
15
+ - Extract all files and directories in a dedicated folder.
16
+ - Ensure you have a typescript compiler installed that can be called by the name "tsc"
17
+ - Run the ./compile -script from the dedicated folder.
18
+ - Open index.html with a modern browser
19
+
10
20
=== General Public License ===
11
21
12
22
Copyright (C) 2019-2025 Ivan Goethals GPLv3
@@ -37,14 +47,4 @@ and offer a hosted edition with additional features not available in the
37
47
community edition. This right does not extend to derivative works produced by
38
48
others based on this community edition.
39
49
40
- === Build / Compile ===
41
-
42
- Below description is valid for a linux terminal with bash- or sh-shell.
43
- With some extra tweaks, compilation on other systems should be possible as well.
44
-
45
- - Extract all files and directories in a dedicated folder.
46
- - Ensure you have a typescript compiler installed that can be called by the name "tsc"
47
- - Run the ./compile -script from the dedicated folder.
48
- - Open index.html with a modern browser
49
-
50
50
=== End of Document ===
You can’t perform that action at this time.
0 commit comments