Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compiling for Mac-OS
#10
Quote:@mdijkens, I'm not sure if mac-user (after unzipping) is supposed to double-click the file without extension or the .command file to start the program?
I don't have a Mac, but from the way the file looks, you probably have to click on mdAnswerIntents_start.command to start the actual program. It's like a bat file.

Code: (Select All)

cd "$(dirname "$0")"
./mdAnswerIntents &
osascript -e 'tell application "Terminal" to close (every window whose name contains "mdAnswerIntents_start.command")' &
osascript -e 'if (count the windows of application "Terminal") is 0 then tell application "Terminal" to quit' &
exit
Reply


Messages In This Thread
Compiling for Mac-OS - by mdijkens - 03-13-2024, 12:00 PM
RE: Compiling for Mac-OS - by TerryRitchie - 03-13-2024, 01:21 PM
RE: Compiling for Mac-OS - by mdijkens - 03-13-2024, 01:31 PM
RE: Compiling for Mac-OS - by mdijkens - 03-13-2024, 01:38 PM
RE: Compiling for Mac-OS - by DSMan195276 - 03-13-2024, 02:08 PM
RE: Compiling for Mac-OS - by mdijkens - 03-13-2024, 02:21 PM
RE: Compiling for Mac-OS - by SpriggsySpriggs - 03-13-2024, 03:45 PM
RE: Compiling for Mac-OS - by NakedApe - 03-13-2024, 04:40 PM
RE: Compiling for Mac-OS - by mdijkens - 03-13-2024, 04:55 PM
RE: Compiling for Mac-OS - by NakedApe - 03-13-2024, 06:38 PM
RE: Compiling for Mac-OS - by mdijkens - 03-13-2024, 09:42 PM
RE: Compiling for Mac-OS - by NakedApe - 03-13-2024, 10:24 PM
RE: Compiling for Mac-OS - by Kernelpanic - 03-13-2024, 05:13 PM



Users browsing this thread: 1 Guest(s)