You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this point, you can continue using either the MSYS2 shell or Windows Command Prompt but ensure that both ```gcc``` and ```mingw32-make``` are in your path. In MSYS2, the location of these binaries will be ```/mingw64/bin``` and for Command Prompt, assuming MSYS2 was installed in the default location, add ```C:\msys64\mingw64\bin``` to your Windows ```PATH``` variable.
52
52
53
-
To build Supermodel without network support, use:
53
+
To build Supermodel use (Network support built in by default now, no need to specify anymore):
Ensure SDL2 is installed. Most package managers ought to have this available. For example, on Ubuntu, it should be sufficient to run:
@@ -78,12 +72,6 @@ And then build Supermodel:
78
72
make -f Makefiles/Makefile.UNIX
79
73
```
80
74
81
-
For network support:
82
-
83
-
```
84
-
make -f Makefiles/Makefile.UNIX NET_BOARD=1
85
-
```
86
-
87
75
### macOS
88
76
89
77
Ensure Apple's Xcode Command Line Tools are installed:
@@ -106,12 +94,6 @@ And then build Supermodel:
106
94
make -f Makefiles/Makefile.OSX
107
95
```
108
96
109
-
For network support:
110
-
111
-
```
112
-
make -f Makefiles/Makefile.OSX NET_BOARD=1
113
-
```
114
-
115
97
### Note: running on macOS
116
98
If you try and run a macOS binary that was downloaded from the internet and/or built on a different machine, you need to grant macOS permission to execute the binary (just 1-time):
0 commit comments