diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-01-14 22:33:09 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-01-14 22:33:09 +0100 |
| commit | fcb3ac9b02c3ed150fbf6d539613510cc83627ea (patch) | |
| tree | 7ad41077725e771dab91cab6df39bf23026442a7 /TODO/installation.md | |
| parent | d97a625e8d96337dfa6a158cd247462b9cac29a5 (diff) | |
| download | nissy-fcb3ac9b02c3ed150fbf6d539613510cc83627ea.tar.gz nissy-fcb3ac9b02c3ed150fbf6d539613510cc83627ea.zip | |
Re-organized TODO file
Diffstat (limited to 'TODO/installation.md')
| -rw-r--r-- | TODO/installation.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO/installation.md b/TODO/installation.md new file mode 100644 index 0000000..7f632c2 --- /dev/null +++ b/TODO/installation.md | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | # Simplify and improve installation | ||
| 2 | |||
| 3 | ## Tables | ||
| 4 | |||
| 5 | * Make install should generate tables, or add a "make tables" target to | ||
| 6 | generate tables. | ||
| 7 | * Make tables should also check for existing files and remove old ones | ||
| 8 | (maybe more for nissy's command than for makefile). | ||
| 9 | |||
| 10 | ## Correctness | ||
| 11 | |||
| 12 | * Add checksum for all generated files. | ||
| 13 | * Hard-code results? Check for compatibility problems between different OSes | ||
| 14 | and filesystems - but there should not be any, since we use stdint.h. | ||
