Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artenax authored Mar 26, 2023
1 parent 17b4ecf commit 54f0e6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ This application was written by Roland57 from [MLO forum](https://www.mageialinu
[Roland's project](https://github.com/rchastain/ui) may have new changes

# Editing the source code and building it
Install the Lazarus IDE on Linux (Windows is not supported yet)
https://www.lazarus-ide.org/index.php?page=downloads

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

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:
Project - Modules (Ctrl+F12) - main.pas
Expand Down

0 comments on commit 54f0e6c

Please sign in to comment.