Skip to content

Commit 3b442a4

Browse files
fix: update build instruction
It is missing important information that you need use git clone --recursive [ci skip]
1 parent 485e1e6 commit 3b442a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

SourceCodeBuild.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Executable file is created in the 'enduser' directory.
1414

1515
-------- Linux Ubuntu 14.04
1616
sudo apt-get update
17-
sudo apt-get install lazarus -y
18-
cd source/project/tracker_editor/
19-
lazbuild trackereditor.lpi
17+
sudo apt-get install git lazarus -y
18+
cd ~
19+
git clone --recursive https://github.com/GerryFerdinandus/bittorrent-tracker-editor.git
20+
lazbuild bittorrent-tracker-editor/source/project/tracker_editor/trackereditor.lpi
2021

2122
Executable file is created in the 'enduser' directory.

0 commit comments

Comments
 (0)