Difference between revisions of "self-hosted"

From Lazarus wiki
Jump to navigationJump to search
Line 12: Line 12:
  
 
Long click save button to "save as", long click run to run with arguments, long click open for recent files menu.
 
Long click save button to "save as", long click run to run with arguments, long click open for recent files menu.
 +
 +
For the Raspberry Pi Zero Wireless https://www.raspberrypi.org/products/pi-zero-w/
 +
 +
Ultibo https://ultibo.org/
  
 
For general reference:
 
For general reference:

Revision as of 13:48, 16 June 2017

Self-hosted Development Environments

For Android: PascalGUI

http://turbocontrol.com/helloworld.htm has simple program near the bottom of the page

Search youtube for pascalgui and snake, 27:07 video has source code available.

Quick manual:

You can export result of compilation (APK or binary), long-click compile button for that.

Long click save button to "save as", long click run to run with arguments, long click open for recent files menu.

For the Raspberry Pi Zero Wireless https://www.raspberrypi.org/products/pi-zero-w/

Ultibo https://ultibo.org/

For general reference:

http://landley.net/aboriginal/about.html#selfhost

https://en.wikipedia.org/wiki/Self-hosting

http://controlpascal.com/self-hosted.htm - info on other languages besides Pascal (C, Python, Forth, Java)