Hi
The following commands work great to create a file to run on my computer.
g++ -F /Library/Frameworks -c main.cpp
g++ main.o -framework sfml-window -framework sfml-graphics -framework sfml-system -o mark
What commands do I need to get a file to run on my son's MAC?
Thanks a heap.
Warren Trammell