インストール


FrontPage

Installation

Windows版

Windows.zip 1.7Mバイト (1824193 バイト) をdownloadしてunzipをしてください。 展開先をc:\program_files\にする。(どうやるのか、わすれている。)

  • インストール後の/program map/はこのようになります。
  • c:\program_files/sdlbasic/bin/sdlbasic.exe SciTE - a Scintilla based Text Editor Scintilla テキストエディターです。 522 KB (534,528 バイト)
  • c:\program_files/sdlbasic/bin/sdlBrt.exe basic interpreter 本体です。 254 KB (260,096 バイト)
  • C:\Program Files\sdlBasic\share\doc\sdlBasic\english\index.html 英語のマニュアル

LINUX版

  • rpm版はlibsmpegというライブラリーがないとうごきません。?
  • sdl 本体 sdl-mixer sdl-image sdl-sdl_net と sdl_ttf
  • SDL-1.2.13
  • SDL_image-1.2.6
  • SDL_mixer-1.2.8
  • SDL_net-1.2.7
  • SDL_ttf-2.0.9
  • 以上 yum install でいれたらしい。記憶がありません。 (yum list で確認)
  • sourceをdownloadしてください。
  • automake,autoconfがありません。
  • LINUX用はないので、とりあえず compile.sh と install.shをいじってください。
  • 関係する部分のソースをいぢる。とりあえずうごくようにする。
  • 展開先が/opt/sdlBasicになっている。どなたかおしえてください。
  • とりあえずは英語のページのコピー

Installation

During setup operation the interpreter (sdlBrt.exe or sdlBrt) is installed in a folder on system path (typically "c:\windows\programs" or "/opt/sdlBasic/bin"), moreover, two free fonts are installed into "c:\windows\fonts" or "/opt/sdlBasic/share/fonts/ttf" to be sure that default fonts can be available. Last version of sdlBasic no more need defaults font to be installed to start, fonts are needed only when you will use text drawing commands. Windows setup will install some dll containing SDL libraries, on GNU/Linux instead, it's expected that SDL library are already installed. That way the interpreter becomes a system command.

To launch a program you can invoke it by typing on console something like:

$ sdlBasic program.sdlbas

and the program will be executed.

You can comfortably execute your basic programs from within sdlBasic IDE with the apposite button on tool bar.