feat: describe compile environment

This commit is contained in:
2026-06-26 17:32:36 +01:00
parent 3826e0f500
commit 8183bffeed
2 changed files with 12 additions and 0 deletions
+10
View File
@@ -1,2 +1,12 @@
# SIBO-PLAYGROUND
## A playground for developing SIBO applications, primarily focussed toward the Series 3 Classic, and the Workabout MX
### Utils
#### tsc
Provides a shell script that provides the ablity to run psion's tsc compiler from *nix
Requires:
emu2
Psion SIBO C SDK and TopSpeed set up in a directory, named SIBOSDK and TS
FreeDOS, or MS-DOS, COMMAND.COM in a directory named DOS
Executable
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
EMU2_DRIVE_C=$HOME/.bin/psion-sibo-sdk EMU2_DRIVE_D=`pwd` EMU2_DEFAULT_DRIVE=D $HOME/.bin/emu2 $HOME/.bin/psion-sibo-sdk/TS/SYS/TSC.EXE $1 $2 -- 'PATH=%PATH%;C:\DOS;C:\TS\INCLUDE;C:\TS\SYS;C:\TS\LIB;C:\SIBOSDK\SYS;'