We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485e1e6 commit 3b442a4Copy full SHA for 3b442a4
SourceCodeBuild.txt
@@ -14,8 +14,9 @@ Executable file is created in the 'enduser' directory.
14
15
-------- Linux Ubuntu 14.04
16
sudo apt-get update
17
-sudo apt-get install lazarus -y
18
-cd source/project/tracker_editor/
19
-lazbuild trackereditor.lpi
+sudo apt-get install git lazarus -y
+cd ~
+git clone --recursive https://github.com/GerryFerdinandus/bittorrent-tracker-editor.git
20
+lazbuild bittorrent-tracker-editor/source/project/tracker_editor/trackereditor.lpi
21
22
Executable file is created in the 'enduser' directory.
0 commit comments