Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug authored Apr 28, 2020
1 parent 22237e2 commit 1e34368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Download a copy of the repository, then
- **macOS**: Open `mac.xcodeproj` in Xcode and press Build.
- **Windows**: Open `windows.sln` in Visual Studio 2019 or later, select your target, and press Build.
- **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)
- 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`.
- 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`
if problems persist. The executable will be located in `linux-build/`.

The compile can take a while! On all systems, the compiler is configured to use all of your system's cores.
Expand Down

0 comments on commit 1e34368

Please sign in to comment.