Skip to content

Commit 54f0e6c

Browse files
authored
Update README.md
1 parent 17b4ecf commit 54f0e6c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ This application was written by Roland57 from [MLO forum](https://www.mageialinu
55
[Roland's project](https://github.com/rchastain/ui) may have new changes
66

77
# Editing the source code and building it
8-
Install the Lazarus IDE on Linux (Windows is not supported yet)
9-
https://www.lazarus-ide.org/index.php?page=downloads
8+
9+
Install the Lazarus IDE [from here](https://www.lazarus-ide.org/index.php?page=downloads) or from Linux repository. Windows is not supported yet.
1010
Clone the repository:
1111
`git clone https://github.com/artenax/ui`
1212
or download a zip
1313
In Lazarus choose File-Open
1414
At the bottom, choose the "Lazarus project *.lpi" filter
15-
demo.lpi
15+
ui.lpi
1616
Choose "Open as project"
1717
Change the blue lines in the source code editor to your liking
18-
Click Save
18+
Click Save all
1919
You can show logs in View-Messages
2020
Build your project: Run-Compile (Ctrl+F9)
21-
Compiled binary file demo will be in project folder (depends on GTK2)
21+
Compiled binary file ui will be in project folder (depends on GTK2)
2222

2323
If after opening a project in Lazarus you don't see the source code (this might be the case if you chose "File - Close All" before), select:
2424
Project - Modules (Ctrl+F12) - main.pas

0 commit comments

Comments
 (0)