Slashdot Mirror


Macromedia to support Linux?

An anonymous contributor wrote that he found a check for Linux in a Macromedia Generator script for Solaris (currently in beta). From this he surmises that Macromedia may be thinking of supporting Linux. The relevant script-fragment follows. Can someone verify this, and does anyone know anything worth knowing on this subject? # Check for a valid operating system before unpacking.

if [ $PLATFORM != "SunOS" ] && [ $PLATFORM != "Linux" ] ; then

echo "The Generator can only be installed on a supported operating" echo "system. Please refer to the Troubleshooting section of the" echo "release notes for more information to unpack the Generator" echo "software." echo " " exit 1 fi

0 comments

No comments preserved for this story.