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 0b53e88 commit 200a979Copy full SHA for 200a979
SourceCodeBuild.txt
@@ -1,5 +1,6 @@
1
Build from source.
2
3
+-------- Windows
4
Install latest Lazarus IDE
5
http://www.lazarus.freepascal.org/
6
@@ -9,4 +10,12 @@ select 'trackereditor.lpi' file
9
10
11
Build:
12
Menu Run -> Build
-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
0 commit comments