Skip to content

Commit a833804

Browse files
committed
added readme and removed debug flag
1 parent d88949e commit a833804

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,11 @@ Feel free to open issues and send PRs. It is much appreciated.
8585
### Build instruction:
8686
You can download the Lazarus IDE and FPC(compiler) from [here](https://www.lazarus-ide.org/index.php?page=downloads).
8787

88-
8988
Or `sudo apt install lazarus` on Ubuntu.
9089

9190
Just open the project file ("ImageViewer.lpr") with Lazarus IDE and hit F9 and run. That's it!
91+
92+
If you are on Linux, you may need to change target platform. Main menu > Project > Project Options and Compiler Options > Config and Target menu, and then pick Target platform > Target OS "Linux", Target CPU family "x86_64" according to your system.
9293

9394
### Compiled and tested on:
9495

src/ufullscreen.pas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
{$mode objfpc}{$H+}
44

5-
//Debug:
6-
{$DEFINE MyDebug}
5+
{Debug:
6+
$DEFINE MyDebug}
77

88
interface
99

0 commit comments

Comments
 (0)