Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
Linux Software

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

This discussion has been archived. No new comments can be posted.

Macromedia to support Linux?

Comments Filter:

There are worse things in life than death. Have you ever spent an evening with an insurance salesman? -- Woody Allen

Working...