View Single Post
Old 11th April 2017, 09:10 AM   #4
Andy
Administrator
Professional user
 
Andy's Avatar
 
Join Date: Jun 2003
Posts: 4,563
Default Re: AC3D shortcut on Linux

Untested but something like this:

Put this in a file:

Quote:
#!/bin/bash
export AC3D_HOME=/(your path to AC3D)
$AC3D_HOME/ac3d

make sure it's executable (e.g. chmod +x)

Then you can start AC3D by running that script. You can also make a shortcut to that script.
Andy is offline   Reply With Quote