Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tatjam committed Jul 7, 2023
2 parents c7dcfe6 + 84f6fdf commit 0dc0998
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 @@ -46,7 +46,7 @@ You may want to speed up the build using `cmake --build . -- -j [Number of CPUs]
**Note**: If you run cmake in a subdirectory (for example, `build`), then you may want to copy the `compile_commands.json` file to the root directory for code completion in VIM and other tools.
If your executable is not in the root directory, move it there as the game requires the `res` folder and the `udata` folder. You can always change these running `./osp` with command line arguments (check `OSP.cpp`) if you want to keep the executables on a different folder.

**Note 2**: If you are running a very modern version of GCC (>= gcc-11), you may experience build issues on our dependencies. You can fix this issue by downgrading to gcc-10, or by waiting until the dependencies fix the errors.
**Note 2**: If you experience strange build errors, try changing the compiler version. `g++-11`, `g++-10` and `g++-9` should work fine-

## Windows

Expand Down

0 comments on commit 0dc0998

Please sign in to comment.