Skip to content

InstallRedtamarinMacintosh

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

Install Redtamarin for Mac OS X

IMPORTANT
Redtamarin produce Debian packages
you will need the command-line tool dpkg installed
either use MacPorts $ port install dpkg
or Brew $ brew install dpkg

From the releases download redtamarin-sdk_x.y.z_darwin-amd64.deb

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

Open a Terminal and use dpkg to install Redtamarin
$ sudo dkpg -i redtamarin-sdk_x.y.z_darwin-amd64.deb

If you receive some errors because of gnutar not found,
you can force the install with the following
$ sudo dpkg --force-all -i redtamarin-sdk_x.y.z_darwin-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
$ open /usr/share/doc/redtamarin/api/index.html
$ open /usr/share/doc/redbean/api/index.html

Other Install

  • as3shebang_x.y.z_darwin-amd64.deb
    the ActionScript 3.0 interpreter
    download as3shebang_1.0.0
Clone this wiki locally