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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ Other resources in this repository
139
139
----------------------------------
140
140
141
141
*[`oid-decoder.html`](http://htmlpreview.github.io/?https://github.com/entropia/tip-toi-reveng/blob/master/oid-decoder.html) allows you to manually decode an OID image.
142
-
*`scripts/update.sh` downloads all gme files from the Ravensburger server (requires perl and the [XML::Simple](http://search.cpan.org/~grantm/XML-Simple/) module).
142
+
*`scripts/update.sh` downloads all gme files from the Ravensburger server (requires perl and the [XML::Simple](http://search.cpan.org/~grantm/XML-Simple/) module).
143
143
144
144
Instead of downloading all of them, you can conveniently browse them at <http://tiptoi.vakat.de/>, a service provided by Falko Oldenburg <[email protected]>.
145
145
*`gameanalyse.c` and `libtiptoi.c` is an alternative tool to investigate gme
Copy file name to clipboardExpand all lines: book/installation.rst
+2-67Lines changed: 2 additions & 67 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,71 +5,6 @@ Installation
5
5
6
6
Um eigene Tiptoi-Bücher zu gestalten brauchst du das ``tttool``.
7
7
8
-
Windows
9
-
-------
8
+
Unter Windows oder Linux lädst du von https://github.com/entropia/tip-toi-reveng/releases die neueste Version als Zip-Datei (``tttool-version.zip``) herunter, und extrahierst sie. Du kannst das ``tttool`` direkt verwenden, es ist keine weitere Installation nötig.
10
9
11
-
Unter Windows lädst du von https://github.com/entropia/tip-toi-reveng/releases die neueste Version als Zip-Datei (``tttool-win32-version.zip``) herunter, und extrahierst sie. Du kannst das ``tttool`` direkt verwenden, es ist keine weitere Installation nötig.
12
-
13
-
Linux (Debian, Ubuntu und ähnliche)
14
-
-----------------------------------
15
-
16
-
Unter Linux kompilierst du das ``tttool`` selbst.
17
-
18
-
1. Zuerst installierst du ``git``::
19
-
20
-
$ sudo apt-get install git
21
-
22
-
2. Dann kannst lädst du dir den aktuellen Quellcode des ``tttool`` herunter::
tttool-1.6.1 -- The swiss army knife for the Tiptoi hacker
46
-
…
47
-
48
-
49
-
macOS
50
-
-----
51
-
52
-
Die Installation unter macOS verläuft ähnlich zu der unter Linux in einem Terminal-Fenster. Zunächst benötigst du, falls noch nicht installiert, die XCode command line tools::
53
-
54
-
$ xcode-select --install
55
-
56
-
Weiterhin benötigst du den Paketmanager Homebrew (https://brew.sh/)::
Wie zuvor befindet sich das fertige tttool nun im aktuellen Verzeichnis::
74
-
75
-
$ ./tttool --help
10
+
Wenn du nicht Windows oder Linux benutzt, oder die Software selber kompilieren willst, dann werfe einen Blick auf die `Anweisungen im Quell-Repository <https://github.com/entropia/tip-toi-reveng/blob/master/Building.md>`_.
0 commit comments