Thank you everyone! Great, I have a virtual box up with latest UBUNTU desktop installed. Managed to compile easy to Linux (ubuntu) no issues Also , managed to use mingw-w64 to compile an exe for windows Now, still playing with a way to compile to MacOS - I got a binary file compiled but cannot bash run it or mac os ...?
Good Evening Thank you for all the replies! I have decided to push on with a new UBUNTU desktop installation in VirtualBOX (host is Windows 10). I managed to get it up and running in the UBUNTU desktop. Compiling 1. Managed to use mingw-w64 to compile an executable that works on Windows from Ubuntu :-) 2. Managed to compile a terminal program for Ubuntu itself that is working :) 3. I am still trying to see if I can compile a program (simple terminal app) for MacOS Sierra not working :-( * I managed to use this type of nim commands to get a binary compiled nim -d:release --os:macosx --cpu:amd64 c "/home/ian/Desktop/nimproject/hello" * but macOS Sierra does not want to run this thing vir a terminal using bash ./hello ...