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
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,22 @@
5
5

6
6
7
7
## Installation
8
-
Download zip from  and extract all contents in a folder. After opening VexTrack for the first time, a new folder "dat" will be created in the same folder the exe is in automatically.
8
+
Download zip from  and extract all contents in a folder. After opening VexTrack for the first time, a new folder "dat" will be created in the same folder the exe is in automatically.
9
+
10
+
## Compilation
11
+
First of all, download and install the latest version of python from .
12
+
13
+
Then install pyinstaller via this command: `pip install pyinstaller`
14
+
15
+
When you have both installed, run the following commands in the root folder:
The compiled .exe files are in a new folder "dist". Move them to the desired location and create one more file in the same folder as the .exe files called "version" without any file extension with the following contents:
21
+
22
+
<VexTrack Version>
23
+
<Updater Version>
24
+
25
+
Where <VexTrackVersion> is the version string of the latest version of VexTrack (e.g. "v1.3") and <UpdaterVersion> is the version string of the latest version of the Updater (e.g. "v1.1")
26
+
To see which versions are the latest, 
0 commit comments