File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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.
1010Clone the repository:
1111` git clone https://github.com/artenax/ui `
1212or download a zip
1313In Lazarus choose File-Open
1414At the bottom, choose the "Lazarus project * .lpi" filter
15- demo .lpi
15+ ui .lpi
1616Choose "Open as project"
1717Change the blue lines in the source code editor to your liking
18- Click Save
18+ Click Save all
1919You can show logs in View-Messages
2020Build 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
2323If 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:
2424Project - Modules (Ctrl+F12) - main.pas
You can’t perform that action at this time.
0 commit comments