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
+5-19Lines changed: 5 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This software is released under the terms of the GNU GPLv3 license.
11
11
```
12
12
git submodule init
13
13
git submodule update
14
-
script/docker script/build release
14
+
script/docker script/build
15
15
```
16
16
17
17
## Run
@@ -40,27 +40,13 @@ In the command line, type:
40
40
To emulate the `BOOT` key of the original keyboard, press `INS`.
41
41
42
42
## Development
43
-
- to add debug symbols:
44
-
```
45
-
script/docker script/build debug
46
-
```
47
-
48
-
- to compile tests
49
-
```
50
-
script/docker script/build test
51
-
```
52
-
53
-
- to run tests:
54
-
```
55
-
build/test/ceda
56
-
```
57
-
58
-
### Script
59
-
The `script/` directory contains some useful script for development.
43
+
The `script/` directory contains some useful script for development, mainly `script/build` and `script/test`.
60
44
It is suggested to run them in the docker container by prefixing them with `script/docker` in order to use the correct version of the dev tools.
61
45
62
46
-`format`: clang-format sources
63
47
-`valgrind`: check for memory leaks
64
48
65
49
## About
66
-
This emulator is part of a documentation effort by [Retrofficina GLG Programs](https://retrofficina.glgprograms.it/). See [ceda-home](https://github.com/GLGPrograms/ceda-home).
50
+
This emulator is part of a documentation effort by [Retrofficina GLG Programs](https://retrofficina.glgprograms.it/).
51
+
See [ceda-home](https://github.com/GLGPrograms/ceda-home).
0 commit comments