3 | | " Now, to get your game up and actually running, you’ll need to launch Terminal one final time. Type the following into Terminal to get to your Program Files folder: |
4 | | cd ~/.wine/drive_c/Program\ Files/ |
5 | | Then type |
6 | | ls |
7 | | This should show you the name of the game you installed; head into the folder with a cd command. In that game folder should (finally) be a file that starts the game, ending in .exe – this is your game file. Type the following into Terminal to get it running: |
8 | | wine PROGRAM.exe" |
| 3 | > Now, to get your game up and actually running, you’ll need to launch Terminal one final time. Type the following into Terminal to get to your Program Files folder: |
| 4 | > {{{ |
| 5 | > cd ~/.wine/drive_c/Program\ Files/ |
| 6 | > }}} |
| 7 | > Then type |
| 8 | > {{{ |
| 9 | > ls |
| 10 | > }}} |
| 11 | > This should show you the name of the game you installed; head into the folder with a cd command. In that game folder should (finally) be a file that starts the game, ending in .exe – this is your game file. Type the following into Terminal to > get it running: |
| 12 | > {{{ |
| 13 | > wine PROGRAM.exe |
| 14 | > }}} |