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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Download a copy of the repository, then
44
44
-**macOS**: Open `mac.xcodeproj` in Xcode and press Build.
45
45
-**Windows**: Open `windows.sln` in Visual Studio 2019 or later, select your target, and press Build.
46
46
-**Linux**: cd to the root folder and run `make linux-pkg` in your command line. If you are missing packages, the build system will alert you. Visit [this guide](https://github.com/Ravbug/wxWidgetsTemplate/wiki/Building-the-Projects#linux)
47
-
- Note: Linux users must have a C++ compiler installed that can compile C++ 17 source. For g++, this is any version 8.0 or newer. You can get your g++ version with `g++ --version`.
47
+
- Note: Linux users must have a C++ compiler installed that can compile C++ 17 source. For g++, this is any version 8.0 or newer. You can get your g++ version with `g++ --version`. If g++ 8 or higher is a separate package, you can run `make linux-pkg CC=g++-8`
48
48
if problems persist. The executable will be located in `linux-build/`.
49
49
50
50
The compile can take a while! On all systems, the compiler is configured to use all of your system's cores.
0 commit comments