aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2023-12-12 11:41:26 -0500
committerGravatar Peter McGoron 2023-12-12 11:41:26 -0500
commitff489bd82ff313bcfd7dc2ab585ed31cec909ebd (patch)
tree300e031693a5ddb990a32068ab0596382349aeea /README.rst
parentinit (diff)
fix software to compile properly on Windows XP x86
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst45
1 files changed, 25 insertions, 20 deletions
diff --git a/README.rst b/README.rst
index 769b4b3..a665d52 100644
--- a/README.rst
+++ b/README.rst
@@ -1,20 +1,25 @@
----------------------
-Windows Local Backup
----------------------
-
-Windows local backup system. Supports anything Sqlite3 supports.
-Tested on x86 TCC for Windows XP.
-
-Backups are stored in a SQLite database. Each backup is timestamped
-at the time of execution, with an optional name.
-
-Each file in the backup has it's SHA256 sum included. If a file has
-an identical SHA256 sum, only one copy of the file is stored. The
-relative directory of each file is stored.
-
------
-Notes
------
-
-Do not run backups while programs are writing to things or your
-program might crash. The backup program should still work fine.
+---------------------
+Windows Local Backup
+---------------------
+
+Windows local backup system. Supports anything Sqlite3 supports.
+The bundled TCC is designed for Windows XP.
+
+Backups are stored in a SQLite database. Each backup is timestamped
+at the time of execution, with an optional name.
+
+Each file in the backup has it's SHA256 sum included. If a file has
+an identical SHA256 sum, only one copy of the file is stored. The
+relative directory of each file is stored.
+
+
+------------
+Installation
+------------
+
+All of this is included in the `tcc` directory.
+
+1. Install TCC.
+2. Download https://sourceforge.net/projects/mingw/files/MinGW/Base/w32api/w32api-3.14/
+3. Copy the ``include`` directory of this into `tcc/include/winapi`.
+4. Run `compile.bat`.