-
Notifications
You must be signed in to change notification settings - Fork 23
InstallRedtamarinMacintosh
IMPORTANT
Redtamarin produce Debian packages
you will need the command-line tooldpkg
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
-
as3shebang_x.y.z_darwin-amd64.deb
the ActionScript 3.0 interpreter
download as3shebang_1.0.0