Skip to content

Commit 200a979

Browse files
Add build instruction for Ubuntu
1 parent 0b53e88 commit 200a979

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

SourceCodeBuild.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Build from source.
22

3+
-------- Windows
34
Install latest Lazarus IDE
45
http://www.lazarus.freepascal.org/
56

@@ -9,4 +10,12 @@ select 'trackereditor.lpi' file
910

1011
Build:
1112
Menu Run -> Build
12-
Executable file is created in the executable directory.
13+
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
20+
21+
Executable file is created in the 'enduser' directory.

0 commit comments

Comments
 (0)