cake
/
p7utils
Archived
1
0
Fork 0
Dépôt historique pour les p7utils.
This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Thomas Touhey 3882740cc9 Filtered out p7os from default binaries 2017-01-04 23:53:35 +01:00
debian libp7-2.0 -> libp7-2 2017-01-04 23:31:48 +01:00
doc Updated manpages sources 2016-12-30 16:52:33 +01:00
src Author -> Maintainer 2017-01-04 16:35:07 +01:00
.gitignore Updated for better use 2016-12-22 18:58:19 +01:00
.gitmodules Bodged p7os in. 2016-12-22 17:38:55 +01:00
AUTHORS.md Initial commit. 2016-12-21 22:56:20 +01:00
LICENSE.md Initial commit. 2016-12-21 22:56:20 +01:00
Makefile Filtered out p7os from default binaries 2017-01-04 23:53:35 +01:00
Makefile.msg Initial commit. 2016-12-21 22:56:20 +01:00
Makefile.vars Filtered out p7os from default binaries 2017-01-04 23:53:35 +01:00
README.md Added debian thingies 2017-01-04 18:01:17 +01:00
configure Author -> Maintainer 2017-01-04 16:35:07 +01:00

README.md

p7utils - Shell utilities for libp7

Introduction

p7utils is a set of command-line utilities that allow you to interact with your calculator. p7 will interact with the storage memories, p7screen will display the result of the screen streaming and p7os will play with the calculator's OS (backup, flash).

Prerequisites

Making-only dependencies

Name Version
gcc >= 4.9
binutils >= 2.25
asciidoc >= 8.6.9
gzip >= 1.6

Making and runtime dependencies

Name Version
libp7 >= 1.5
libsdl == 1.2.15

Debian Packaging dependencies

Name Version
debhelper >= 9.0
devscripts >= 2.15

Building

Just ./configure then make. To install, use make install.
Make the manpages with make all-doc and install them with make install-doc.

Other useful targets :

  • clean, fclean, clean-doc: remove built files ;
  • re, re-doc: regenerate binary and/or manpages.