Skip to content

InstallRedtamarinLinux

Zwetan Kjukov edited this page Feb 26, 2016 · 5 revisions

Install Redtamarin for Linux

IMPORTANT
Redtamarin produce Debian packages
so we support mainly Debian and Ubuntu distros
you can still unpack the .deb packages with
$ ar -x redtamarin-sdk_x.y.z_amd64.deb
or if you have the dpkg command
$ dpkg -x redtamarin-sdk_x.y.z_amd64.deb /some/path

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

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

Open a Terminal and use dpkg to install Redtamarin
$ sudo dkpg -i redtamarin-sdk_x.y.z_amd64.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

You can open the HTML directly in your browser by doing
$ xdg-open /usr/share/doc/redtamarin/api/index.html
$ xdg-open /usr/share/doc/redbean/api/index.html

Other Install

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

  • see binfmt_misc documentation
    if you want to run binary extensions like .abc, .swf etc.
    directly from the command-line

Clone this wiki locally