Skip to content

InstallRedtamarinWindows

Zwetan Kjukov edited this page Feb 4, 2016 · 4 revisions

Install Redtamarin for Windows

IMPORTANT
Redtamarin produce command-line tools and utilities
and as such require a sane POSIX environment, before
installing Redtamarin you will need to run the
"Redtamarin Windows Environment Setup" which will
install and setup Cygwin, apt-cyg and wpkg for you.

see Redtamarin Windows Environment Setup

From the releases download redtamarin-sdk_x.y.z_win64.deb

If your system is 32-bit download redtamarin-sdk_x.y.z_win32.deb instead

Open a Cygwin Terminal and use wpkg to install Redtamarin
$ wkpg -i redtamarin-sdk_x.y.z_win64.deb

from that point you will be able to access
the following command line tools

  • redtamarin the redtamarin command-line utility
  • redshell the redtamarin shell
  • redshell_d the redtamarin debug shell
  • redshell_dd the redtamarin debug-debugger shell
  • redbean the redtamarin build tool

All public libraries (ABC and SWC) can be found in
/usr/lib/redtamarin/lib

The different HTML documentations can be found in
/usr/share/doc/redtamarin
and /usr/share/doc/redbean

Additional Install

you don't need those for now
as they are already part of the SDK

  • redshell-linux_x.y.z_win64.deb
    the Linux redshell runtimes
  • redshell-macintosh_x.y.z_win64.deb
    the Mac OS X redshell runtimes

TODO (explain and provide download links)

Other Install

  • as3shebang_x.y.z_win64.deb
    the ActionScript 3.0 interpreter
    download as3shebang_1.0.0

TODO (explain the difference between as3shebang and redshell and download links)

Clone this wiki locally